remove HAVE_UNIX harder

This commit is contained in:
Glenn Maynard
2005-10-24 07:27:50 +00:00
parent 040e795623
commit 3cb8e00e94
-3
View File
@@ -3,9 +3,6 @@
// In here, you define which APIs are guaranteed to be available on which OSes.
// Don't ever actually #include anything here -- that's for */Selector_*.h.
#if defined(UNIX) && !defined(__MACOSX__)
#define HAVE_UNIX
#endif
#if defined(__MACOSX__)
#define HAVE_MACOSX
#define HAVE_COCOA