comparison admin/CPP-DEFINES @ 108558:58b814d12797

Move some undefs from src/Makefile.in to configure. * configure.in (cpp_undefs): Add mktime, register, X11. * src/Makefile.in (mktime, X11, register): Move undefs to configure. * admin/CPP-DEFINES: Remove X11.
author Glenn Morris <rgm@gnu.org>
date Thu, 13 May 2010 20:36:40 -0700
parents ca235e6a20eb
children 877bec632371
comparison
equal deleted inserted replaced
108557:ca235e6a20eb 108558:58b814d12797
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 X11 ?? Makefile.in suggests it's equivalent to HAVE_X11
26 USE_LUCID Use the Lucid toolkit for menus&scrollbars. Requires HAVE_X11. 25 USE_LUCID Use the Lucid toolkit for menus&scrollbars. Requires HAVE_X11.
27 USE_MOTIF Use the Motif toolkit for menus&scrollbars. Requires HAVE_X11. 26 USE_MOTIF Use the Motif toolkit for menus&scrollbars. Requires HAVE_X11.
28 USE_GTK Use the Gtk toolkit for menus&scrollbars. Requires HAVE_X11. 27 USE_GTK Use the Gtk toolkit for menus&scrollbars. Requires HAVE_X11.
29 28
30 ** Frame types ** 29 ** Frame types **