SN-2290 已核对来源,附原文与上下文。
这已进 SVN rev 130。检查一下能不能编译通过。
This is in SVN rev 130. Check that it compiles right.
#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