Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: make options (was: invisible 1.0pre4 recordings in 1.0final and vice versa)



On Wed, Apr 10, 2002 at 03:58:27AM +0200, Ulrich Petri wrote:
> > Hi again
> > Thank's for your help
> > I didn't set the variable VFAT=0 when I compiled 1.0pre4. But I set 
> > VFAT=0 when I compiled 1.0final. I thought there's no difference 
> > between setting the variable to 0 or not setting it at all.
> > I can see the recordings now and my gf will kill me in the morning 
> > for staying up so late but vdr is just so fascinating :D
> > 
> 
> Actually it seems that PARAM=0 and PARAM=1 is the same to make.
> ?!

There is a difference between

      ifdef    PARAM
      ifndef   PARAM

and

      if       PARAM == 0
      if       PARAM == 1

isn't it?

          Werner



Home | Main Index | Thread Index