aboutsummaryrefslogtreecommitdiffstats
path: root/admin/CPP-DEFINES
diff options
context:
space:
mode:
authorAdrian Robert2008-07-15 18:15:18 +0000
committerAdrian Robert2008-07-15 18:15:18 +0000
commitedfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch)
tree78d2414d9791e1efc17ec9b35b438ae35602340a /admin/CPP-DEFINES
parent1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff)
downloademacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz
emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip
merging Emacs.app (NeXTstep port)
Diffstat (limited to 'admin/CPP-DEFINES')
-rw-r--r--admin/CPP-DEFINES5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 82cb23d6ce8..9b8a54ace63 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -3,7 +3,6 @@ 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 the `mac' window-system.
7MAC_OS8 Compiling for Mac OS Classic (v8 or v9). No longer supported, all code using it can be removed. 6MAC_OS8 Compiling for Mac OS Classic (v8 or v9). No longer supported, all code using it can be removed.
8MAC_OSX Compiling for Mac OS X. Not bare Darwin. 7MAC_OSX Compiling for Mac OS X. Not bare Darwin.
9CYGWIN Compiling the Cygwin port. 8CYGWIN Compiling the Cygwin port.
@@ -23,7 +22,11 @@ USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type inst
23** Distinguishing GUIs ** 22** Distinguishing GUIs **
24 23
25HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. 24HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars.
25MAC_OS Compiling for the `mac' window-system.
26HAVE_CARBON Compile support for the Carbon GUI. Requires MAC_OS? 26HAVE_CARBON Compile support for the Carbon GUI. Requires MAC_OS?
27HAVE_NS Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep.
28NS_IMPL_GNUSTEP Compile support for GNUSTEP implementation of NS GUI API.
29NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API.
27HAVE_X11 Compile support for the X11 GUI. 30HAVE_X11 Compile support for the X11 GUI.
28HAVE_X_WINDOWS Compile support for X Window system 31HAVE_X_WINDOWS Compile support for X Window system
29X11 ?? Makefile.in suggests it's equivalent to HAVE_X11 32X11 ?? Makefile.in suggests it's equivalent to HAVE_X11