Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- 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
