aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-09-18 21:35:34 +0000
committerKarl Heuer1994-09-18 21:35:34 +0000
commit89149b9f2925e301058cdae1c00142f23667b9f8 (patch)
tree93fa3f47cef3a91c93e3143e4468d736f0ca6cab /src
parent3395eec71286b750f297f2c34468e84af1a7116d (diff)
downloademacs-89149b9f2925e301058cdae1c00142f23667b9f8.tar.gz
emacs-89149b9f2925e301058cdae1c00142f23667b9f8.zip
(_ALL_SOURCE): Don't redefine if already defined.
Diffstat (limited to 'src')
-rw-r--r--src/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 5683e3e9849..95c9993a75f 100644
--- a/src/config.in
+++ b/src/config.in
@@ -90,7 +90,9 @@ and this notice must be preserved on all copies. */
90 90
91/* Some things figured out by the configure script, grouped as they are in 91/* Some things figured out by the configure script, grouped as they are in
92 configure.in. */ 92 configure.in. */
93#ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */
93#undef _ALL_SOURCE 94#undef _ALL_SOURCE
95#endif
94#undef HAVE_SYS_TIMEB_H 96#undef HAVE_SYS_TIMEB_H
95#undef HAVE_SYS_TIME_H 97#undef HAVE_SYS_TIME_H
96#undef HAVE_UNISTD_H 98#undef HAVE_UNISTD_H