comparison admin/CPP-DEFINES @ 108580:877bec632371

If HAVE_X11, also HAVE_X_WINDOWS and HAVE_MENUS. * src/Makefile.in: Simplify cpp conditional. * admin/CPP-DEFINES: Comment.
author Glenn Morris <rgm@gnu.org>
date Fri, 14 May 2010 17:54:24 -0700
parents 58b814d12797
children 4e8dcb0d6fe0
comparison
equal deleted inserted replaced
108579:ab7ad4459a75 108580:877bec632371
20 HAVE_NS Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep. 20 HAVE_NS Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep.
21 NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. 21 NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API.
22 NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. 22 NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API.
23 HAVE_X11 Compile support for the X11 GUI. 23 HAVE_X11 Compile support for the X11 GUI.
24 HAVE_X_WINDOWS Compile support for X Window system 24 HAVE_X_WINDOWS Compile support for X Window system
25 (It looks like, nowadays, if HAVE_X11 is set, HAVE_X_WINDOWS must
26 be, and vice versa. At least, this is true for configure, and
27 msdos; not sure about nt.)
25 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.
26 USE_MOTIF Use the Motif toolkit for menus&scrollbars. Requires HAVE_X11. 29 USE_MOTIF Use the Motif toolkit for menus&scrollbars. Requires HAVE_X11.
27 USE_GTK Use the Gtk toolkit for menus&scrollbars. Requires HAVE_X11. 30 USE_GTK Use the Gtk toolkit for menus&scrollbars. Requires HAVE_X11.
28 31
29 ** Frame types ** 32 ** Frame types **