Hi! 22-Апр-2004 11:26 [EMAIL PROTECTED] (Alain) wrote to [EMAIL PROTECTED]:
A> In fact they get a lop more intermixed than this. What happens if I write A> #if NET_ABP == 1 A> and NET_ABP is not defined? or even A> #if defined(NET_ABP) && NET_ABP == 1 Standard says: if name not defined, it replaced by 0. Consequently, you may use first condition: #if NET_ABP == 1 ------------------------------------------------------- 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_id70&alloc_id638&op=click _______________________________________________ Freedos-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freedos-devel