diff options
| author | Glenn Morris | 2008-10-04 18:54:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-04 18:54:20 +0000 |
| commit | d1a5744de011dca994907682bf8279a850fc9f5f (patch) | |
| tree | 1f5951c5e4d75013ae495dab10e918d76cda38d3 /admin | |
| parent | 3a0f6aac0db3b1961c759a278d2bc67b501ddd0a (diff) | |
| download | emacs-d1a5744de011dca994907682bf8279a850fc9f5f.tar.gz emacs-d1a5744de011dca994907682bf8279a850fc9f5f.zip | |
Fix case of "GNUstep".
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 874058ce0fd..a737a9d6caf 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -20,7 +20,7 @@ DARWIN_OS Compiling on Mac OS X or pure Darwin (and using s/darwin.h). | |||
| 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 |