Re: Question about some defines

2002-01-24 Thread Rogier R. Mulhuijzen
At 22:45 24-1-2002 +0100, Aleksander Rozman - Andy wrote: >Hi ! > >I came accross some weird define in mbuf.h > >#if 0 >#define MT_SOOPTS 10 >#endif > >When will this define work? I need this value in my code, and I can't make >it work. For now I used value 10 directly, but this shouldn't be do

Question about some defines

2002-01-24 Thread Aleksander Rozman - Andy
Hi ! I came accross some weird define in mbuf.h #if 0 #define MT_SOOPTS 10 #endif When will this define work? I need this value in my code, and I can't make it work. For now I used value 10 directly, but this shouldn't be done this way. Is this type of define, defining value that we shouldn