aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES7
1 files changed, 3 insertions, 4 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 5aee4f73c8c..4d1d647f03e 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -3,10 +3,9 @@ of their use. Feel free to add more macros and more categories.
3 3
4** Distinguishing OSes ** 4** Distinguishing OSes **
5 5
6MAC_OS Compiling for some version of Mac OS? 6MAC_OS Compiling for the `mac' window-system.
7MAC_OS8 Compiling for Mac OS version 8. Requires MAC_OS? 7MAC_OS8 Compiling for Mac OS Classic (v8 or v9).
8MAC_OSX Compiling for Mac OS X? Is that also valid for Darwin? 8MAC_OSX Compiling for Mac OS X. Not bare Darwin.
9MAC_OS_X ?? Apparently only used once in mac.c.
10CYGWIN Compiling the Cygwin port. 9CYGWIN Compiling the Cygwin port.
11__CYGWIN__ Ditto 10__CYGWIN__ Ditto
12MSDOS Compiling the MS-DOS port. 11MSDOS Compiling the MS-DOS port.