aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES4
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.
24MINGW_W64 Compiling the W32 port with the MinGW-w64 port of GCC. 24MINGW_W64 Compiling the W32 port with the MinGW-w64 port of GCC.
25DARWIN_OS Compiling on Mac OS X or pure Darwin (and using s/darwin.h). 25DARWIN_OS Compiling on macOS or pure Darwin (and using s/darwin.h).
26SOLARIS2 26SOLARIS2
27USG 27USG
28USG5_4 28USG5_4
@@ -30,7 +30,7 @@ USG5_4
30** Distinguishing GUIs ** 30** Distinguishing GUIs **
31 31
32HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. 32HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars.
33HAVE_NS Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep. 33HAVE_NS Use the NeXT/OpenStep/Cocoa UI under macOS or GNUstep.
34NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. 34NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API.
35NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. 35NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API.
36HAVE_X11 Compile support for the X11 GUI. 36HAVE_X11 Compile support for the X11 GUI.