In message <[EMAIL PROTECTED]> Roger Hardiman writes:
: #if defined (BSD)
: or #ifdef BSD

#include <sys/param.h>

BSD will be defined on BSD systems, for what it is worth.

However, these days

#ifndef linux
#endif

works just about as well and is often time more accurate in describing
what needs to happen in the code
:-)

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to