comparison src/config.in @ 109074:c97bf1cfaa8d

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.
author Glenn Morris <rgm@gnu.org>
date Tue, 29 Jun 2010 19:55:15 -0700
parents b5f73bf59a4f
children 48064019239b
comparison
equal deleted inserted replaced
109073:6799ec1a7188 109074:c97bf1cfaa8d
27 #define EMACS_CONFIG_H 27 #define EMACS_CONFIG_H
28 28
29 29
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
33 /* Define if Emacs cannot be dumped on your system. */
34 #undef CANNOT_DUMP
32 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 */
36 #undef CRAY_STACKSEG_END 39 #undef CRAY_STACKSEG_END
897 #undef SVR4 900 #undef SVR4
898 901
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
905 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 911 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
906 #undef TIME_WITH_SYS_TIME 912 #undef TIME_WITH_SYS_TIME
918 /* Define to 1 if using GTK. */ 924 /* Define to 1 if using GTK. */
919 #undef USE_GTK 925 #undef USE_GTK
920 926
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
929
930 /* Define to use mmap to allocate buffer text. */
931 #undef USE_MMAP_FOR_BUFFERS
923 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
927 /* Enable extensions on AIX 3, Interix. */ 936 /* Enable extensions on AIX 3, Interix. */