comparison src/config.in @ 8894:6b453f7dc22f

(_ALL_SOURCE): Don't redefine if already defined.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:35:34 +0000
parents fe9678c48037
children 5aed7540e27a
comparison
equal deleted inserted replaced
8893:fe9678c48037 8894:6b453f7dc22f
88 that & in the full name stands for the login id. */ 88 that & in the full name stands for the login id. */
89 #undef AMPERSAND_FULL_NAME 89 #undef AMPERSAND_FULL_NAME
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
97 #undef STDC_HEADERS 99 #undef STDC_HEADERS
98 #undef TIME_WITH_SYS_TIME 100 #undef TIME_WITH_SYS_TIME