comparison 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
comparison
equal deleted inserted replaced
1283:32bc2bab419c 1284:e61016c452cb
108 108
109 /* Make "extensions" from Unix98 available. */ 109 /* Make "extensions" from Unix98 available. */
110 #undef _XOPEN_SOURCE_EXTENDED 110 #undef _XOPEN_SOURCE_EXTENDED
111 111
112 /* Make all functions available on AIX. See AC_AIX. */ 112 /* Make all functions available on AIX. See AC_AIX. */
113 #ifndef _ALL_SOURCE
113 #undef _ALL_SOURCE 114 #undef _ALL_SOURCE
115 #endif
114 116
115 /* Make all functions available on GNU libc systems. See features.h. */ 117 /* Make all functions available on GNU libc systems. See features.h. */
116 #undef _GNU_SOURCE 118 #undef _GNU_SOURCE
117 119
118 /* Make all functions available on Solaris 2 systems. */ 120 /* Make all functions available on Solaris 2 systems. */