diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-29 19:55:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-29 19:55:15 -0700 |
commit | e7586c7a671ea10004afc3d8e48718eed8c7ce26 (patch) | |
tree | 71698bc349d8e5fbd768020c5f702db6bb5b054b /src/config.in | |
parent | 6259c2ec7ae4b60f59d5101c8c544d15a90540a3 (diff) | |
download | emacs-e7586c7a671ea10004afc3d8e48718eed8c7ce26.tar.gz |
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/config.in')
-rw-r--r-- | src/config.in | 9 |
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/>. */ /* Define to 1 if the mktime function is broken. */ #undef BROKEN_MKTIME +/* Define if Emacs cannot be dumped on your system. */ +#undef CANNOT_DUMP + /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ @@ -899,6 +902,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Process async input synchronously. */ #undef SYNC_INPUT +/* Define to use system malloc. */ +#undef SYSTEM_MALLOC + /* Define to 1 if you use terminfo instead of termcap. */ #undef TERMINFO @@ -921,6 +927,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if using the Lucid X toolkit. */ #undef USE_LUCID +/* Define to use mmap to allocate buffer text. */ +#undef USE_MMAP_FOR_BUFFERS + /* Define to 1 if using the Motif X toolkit. */ #undef USE_MOTIF |