(DARWIN): Don't define.

This commit is contained in:
YAMAMOTO Mitsuharu 2005-03-16 08:10:12 +00:00
parent ecc175e254
commit 2dfcf9681d

View file

@ -37,9 +37,12 @@ Boston, MA 02111-1307, USA. */
#define BSD_SYSTEM
/* #define VMS */
#if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses
it to distinguish Mac OS X from bare Darwin. */
#ifndef DARWIN
#define DARWIN 1
#endif
#endif
/* MAC_OS is used to conditionally compile code common to both MAC_OS8
and MAC_OSX. */