I hope someone here can help me with these conditionals:

        #ifdef NET_ABP
         #if NET_ABP == 1
          ...
         #else
          ...
         #endif
        #elif NET_TCP
         ...
        #endif

In fact they get a lop more intermixed than this. What happens if I write
        #if NET_ABP == 1
and NET_ABP is not defined? or even
        #if defined(NET_ABP) && NET_ABP == 1
this works in C, but would it work with compilers?

I have in mind Borland C (3.1 and 4.52) and Watcom C

thanks for any help :)
Alain



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to