aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2010-06-29 19:55:15 -0700
committerGlenn Morris2010-06-29 19:55:15 -0700
commite7586c7a671ea10004afc3d8e48718eed8c7ce26 (patch)
tree71698bc349d8e5fbd768020c5f702db6bb5b054b /src
parent6259c2ec7ae4b60f59d5101c8c544d15a90540a3 (diff)
downloademacs-e7586c7a671ea10004afc3d8e48718eed8c7ce26.tar.gz
emacs-e7586c7a671ea10004afc3d8e48718eed8c7ce26.zip
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
* configure.in (CFLAGS, REAL_CFLAGS): Set with shell, not cpp. * configure, src/config.in: Regenerate.
Diffstat (limited to 'src')
-rw-r--r--src/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index ef4caf58b8c..098edeafd4a 100644
--- a/src/config.in
+++ b/src/config.in
@@ -30,6 +30,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
30/* Define to 1 if the mktime function is broken. */ 30/* Define to 1 if the mktime function is broken. */
31#undef BROKEN_MKTIME 31#undef BROKEN_MKTIME
32 32
33/* Define if Emacs cannot be dumped on your system. */
34#undef CANNOT_DUMP
35
33/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 36/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
34 systems. This function is required for `alloca.c' support on those systems. 37 systems. This function is required for `alloca.c' support on those systems.
35 */ 38 */
@@ -899,6 +902,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
899/* Process async input synchronously. */ 902/* Process async input synchronously. */
900#undef SYNC_INPUT 903#undef SYNC_INPUT
901 904
905/* Define to use system malloc. */
906#undef SYSTEM_MALLOC
907
902/* Define to 1 if you use terminfo instead of termcap. */ 908/* Define to 1 if you use terminfo instead of termcap. */
903#undef TERMINFO 909#undef TERMINFO
904 910
@@ -921,6 +927,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
921/* Define to 1 if using the Lucid X toolkit. */ 927/* Define to 1 if using the Lucid X toolkit. */
922#undef USE_LUCID 928#undef USE_LUCID
923 929
930/* Define to use mmap to allocate buffer text. */
931#undef USE_MMAP_FOR_BUFFERS
932
924/* Define to 1 if using the Motif X toolkit. */ 933/* Define to 1 if using the Motif X toolkit. */
925#undef USE_MOTIF 934#undef USE_MOTIF
926 935