# HG changeset patch # User Karl Heuer # Date 779924134 0 # Node ID 6b453f7dc22f0580932d29d32cae3a4ed1605f80 # Parent fe9678c480379565efb58170f44fc4f53408c0dd (_ALL_SOURCE): Don't redefine if already defined. diff -r fe9678c48037 -r 6b453f7dc22f src/config.in --- a/src/config.in Sun Sep 18 21:27:01 1994 +0000 +++ b/src/config.in Sun Sep 18 21:35:34 1994 +0000 @@ -90,7 +90,9 @@ /* Some things figured out by the configure script, grouped as they are in configure.in. */ +#ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */ #undef _ALL_SOURCE +#endif #undef HAVE_SYS_TIMEB_H #undef HAVE_SYS_TIME_H #undef HAVE_UNISTD_H