Re: BSD detection

Participants: Satoshi Nakamoto

This is in SVN rev 130.  Check that it compiles right.

Code:#if (defined(unix) || defined(unix)) && !defined(USG) #include <sys/param.h>  // to get BSD define #endif #ifdef WXMAC_OSX #ifndef BSD #define BSD 1 #endif #endif