diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 7 |
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 | ||
| 6 | MAC_OS Compiling for some version of Mac OS? | 6 | MAC_OS Compiling for the `mac' window-system. |
| 7 | MAC_OS8 Compiling for Mac OS version 8. Requires MAC_OS? | 7 | MAC_OS8 Compiling for Mac OS Classic (v8 or v9). |
| 8 | MAC_OSX Compiling for Mac OS X? Is that also valid for Darwin? | 8 | MAC_OSX Compiling for Mac OS X. Not bare Darwin. |
| 9 | MAC_OS_X ?? Apparently only used once in mac.c. | ||
| 10 | CYGWIN Compiling the Cygwin port. | 9 | CYGWIN Compiling the Cygwin port. |
| 11 | __CYGWIN__ Ditto | 10 | __CYGWIN__ Ditto |
| 12 | MSDOS Compiling the MS-DOS port. | 11 | MSDOS Compiling the MS-DOS port. |