comparison src/config.h.in @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents 41f2f0e326e9
children 51092a27c943
comparison
equal deleted inserted replaced
242:fc816b73a05f 243:f220cc83d72e
65 #undef XEMACS_CODENAME 65 #undef XEMACS_CODENAME
66 66
67 /* Make all functions available on AIX. See AC_AIX. */ 67 /* Make all functions available on AIX. See AC_AIX. */
68 #undef _ALL_SOURCE 68 #undef _ALL_SOURCE
69 69
70 /* Make all functions available on GNU libc systems. See features.h. */
71 #undef _GNU_SOURCE
72
70 /* Used to identify the XEmacs version in stack traces. */ 73 /* Used to identify the XEmacs version in stack traces. */
71 #undef STACK_TRACE_EYE_CATCHER 74 #undef STACK_TRACE_EYE_CATCHER
72 75
73 /* Allow the configurer to specify (additional) package directories. */ 76 /* Allow the configurer to specify (additional) package directories. */
74 #undef PACKAGE_PATH 77 #undef PACKAGE_PATH
106 #undef SVR4 109 #undef SVR4
107 #undef SYSV 110 #undef SYSV
108 #undef AIXV3 111 #undef AIXV3
109 #undef _POSIX_SOURCE 112 #undef _POSIX_SOURCE
110 #undef _BSD_SOURCE 113 #undef _BSD_SOURCE
111 #undef _GNU_SOURCE
112 #undef X_LOCALE 114 #undef X_LOCALE
113 #undef NARROWPROTO 115 #undef NARROWPROTO
114 /* The following should always be defined, no matter what xmkmf thinks. */ 116 /* The following should always be defined, no matter what xmkmf thinks. */
115 #ifndef NeedFunctionPrototypes 117 #ifndef NeedFunctionPrototypes
116 #define NeedFunctionPrototypes 1 118 #define NeedFunctionPrototypes 1
166 #undef HAVE_FCNTL_H 168 #undef HAVE_FCNTL_H
167 #undef HAVE_ULIMIT_H 169 #undef HAVE_ULIMIT_H
168 #undef HAVE_X11_XLOCALE_H 170 #undef HAVE_X11_XLOCALE_H
169 #undef HAVE_LINUX_VERSION_H 171 #undef HAVE_LINUX_VERSION_H
170 #undef HAVE_INTTYPES_H 172 #undef HAVE_INTTYPES_H
171 #undef HAVE_LIMITS_H
172 #undef HAVE_SYS_UN_H 173 #undef HAVE_SYS_UN_H
173 #undef STDC_HEADERS 174 #undef STDC_HEADERS
174 #undef TIME_WITH_SYS_TIME 175 #undef TIME_WITH_SYS_TIME
175 #undef WORDS_BIGENDIAN 176 #undef WORDS_BIGENDIAN
176 #undef HAVE_VFORK_H 177 #undef HAVE_VFORK_H
220 #undef SIZEOF_INT 221 #undef SIZEOF_INT
221 #undef SIZEOF_LONG 222 #undef SIZEOF_LONG
222 #undef SIZEOF_LONG_LONG 223 #undef SIZEOF_LONG_LONG
223 #undef SIZEOF_VOID_P 224 #undef SIZEOF_VOID_P
224 225
225 #undef HAVE_ACOSH 226 #undef HAVE_INVERSE_HYPERBOLIC
226 #undef HAVE_ASINH
227 #undef HAVE_ATANH
228
229 #if defined (HAVE_ACOSH) && defined (HAVE_ASINH) && defined (HAVE_ATANH)
230 #define HAVE_INVERSE_HYPERBOLIC
231 #endif
232 227
233 #undef HAVE_CBRT 228 #undef HAVE_CBRT
234 #undef HAVE_CLOSEDIR 229 #undef HAVE_CLOSEDIR
235 #undef HAVE_DUP2 230 #undef HAVE_DUP2
236 #undef HAVE_EACCESS 231 #undef HAVE_EACCESS