diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 796b57db3d8..cf8360316c2 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -22,7 +22,7 @@ WINDOWSNT Compiling the native MS-Windows (W32) port. | |||
| 22 | __MINGW32__ Compiling the W32 port with the MinGW or MinGW-w64 ports of GCC. | 22 | __MINGW32__ Compiling the W32 port with the MinGW or MinGW-w64 ports of GCC. |
| 23 | _MSC_VER Compiling the W32 port with the Microsoft C compiler. | 23 | _MSC_VER Compiling the W32 port with the Microsoft C compiler. |
| 24 | MINGW_W64 Compiling the W32 port with the MinGW-w64 port of GCC. | 24 | MINGW_W64 Compiling the W32 port with the MinGW-w64 port of GCC. |
| 25 | DARWIN_OS Compiling on Mac OS X or pure Darwin (and using s/darwin.h). | 25 | DARWIN_OS Compiling on macOS or pure Darwin (and using s/darwin.h). |
| 26 | SOLARIS2 | 26 | SOLARIS2 |
| 27 | USG | 27 | USG |
| 28 | USG5_4 | 28 | USG5_4 |
| @@ -30,7 +30,7 @@ USG5_4 | |||
| 30 | ** Distinguishing GUIs ** | 30 | ** Distinguishing GUIs ** |
| 31 | 31 | ||
| 32 | HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. | 32 | HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. |
| 33 | HAVE_NS Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep. | 33 | HAVE_NS Use the NeXT/OpenStep/Cocoa UI under macOS or GNUstep. |
| 34 | NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. | 34 | NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. |
| 35 | NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. | 35 | NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. |
| 36 | HAVE_X11 Compile support for the X11 GUI. | 36 | HAVE_X11 Compile support for the X11 GUI. |