Mercurial > hg > xemacs-beta
diff src/config.h.in @ 1284:e61016c452cb
[xemacs-hg @ 2003-02-10 17:28:03 by stephent]
guard _ALL_SOURCE <87y94of3qj.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 10 Feb 2003 17:28:07 +0000 |
parents | d9c553868a01 |
children | 8c5cf108f035 |
line wrap: on
line diff
--- a/src/config.h.in Mon Feb 10 14:28:09 2003 +0000 +++ b/src/config.h.in Mon Feb 10 17:28:07 2003 +0000 @@ -110,7 +110,9 @@ #undef _XOPEN_SOURCE_EXTENDED /* Make all functions available on AIX. See AC_AIX. */ +#ifndef _ALL_SOURCE #undef _ALL_SOURCE +#endif /* Make all functions available on GNU libc systems. See features.h. */ #undef _GNU_SOURCE