diff options
| author | Glenn Morris | 2010-05-13 20:36:40 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-13 20:36:40 -0700 |
| commit | fbc00890119ec27ceaf50a0969ee121bef22905a (patch) | |
| tree | 64ac315734ffef94abcaa31c520dde36b501c7f4 /admin | |
| parent | 97560d35b90e969ce663d2b2bd6ce039496f339d (diff) | |
| download | emacs-fbc00890119ec27ceaf50a0969ee121bef22905a.tar.gz emacs-fbc00890119ec27ceaf50a0969ee121bef22905a.zip | |
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.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 2a0a4e23ea9..1f42eeb9528 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -22,7 +22,6 @@ 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. |