Mercurial > emacs
comparison admin/CPP-DEFINES @ 98516:a3386be0b080
Fix case of "GNUstep".
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 04 Oct 2008 18:54:20 +0000 |
parents | b0ed9b78b8a4 |
children | 56ffea265e5a |
comparison
equal
deleted
inserted
replaced
98515:09a4b21bd2de | 98516:a3386be0b080 |
---|---|
18 | 18 |
19 ** Distinguishing GUIs ** | 19 ** Distinguishing GUIs ** |
20 | 20 |
21 HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. | 21 HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. |
22 HAVE_NS Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep. | 22 HAVE_NS Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep. |
23 NS_IMPL_GNUSTEP Compile support for GNUSTEP implementation of NS GUI API. | 23 NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. |
24 NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. | 24 NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. |
25 HAVE_X11 Compile support for the X11 GUI. | 25 HAVE_X11 Compile support for the X11 GUI. |
26 HAVE_X_WINDOWS Compile support for X Window system | 26 HAVE_X_WINDOWS Compile support for X Window system |
27 X11 ?? Makefile.in suggests it's equivalent to HAVE_X11 | 27 X11 ?? Makefile.in suggests it's equivalent to HAVE_X11 |
28 USE_LUCID Use the Lucid toolkit for menus&scrollbars. Requires HAVE_X11. | 28 USE_LUCID Use the Lucid toolkit for menus&scrollbars. Requires HAVE_X11. |