Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 1 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | |
| 3 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
| 4 | systems. This function is required for `alloca.c' support on those systems. |
| 5 | */ |
| 6 | #undef CRAY_STACKSEG_END |
| 7 | |
| 8 | /* Define to 1 if using `alloca.c'. */ |
| 9 | #undef C_ALLOCA |
| 10 | |
| 11 | /* Define to 1 if translation of program messages to the user's native |
| 12 | language is requested. */ |
| 13 | #undef ENABLE_NLS |
| 14 | |
| 15 | /* Directory to append to path. */ |
| 16 | #undef EXTRA_PATH |
| 17 | |
| 18 | /* Define to 1 if you have `alloca', as a function or macro. */ |
| 19 | #undef HAVE_ALLOCA |
| 20 | |
| 21 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
| 22 | */ |
| 23 | #undef HAVE_ALLOCA_H |
| 24 | |
| 25 | /* Define to 1 if you have the `argz_count' function. */ |
| 26 | #undef HAVE_ARGZ_COUNT |
| 27 | |
| 28 | /* Define to 1 if you have the <argz.h> header file. */ |
| 29 | #undef HAVE_ARGZ_H |
| 30 | |
| 31 | /* Define to 1 if you have the `argz_next' function. */ |
| 32 | #undef HAVE_ARGZ_NEXT |
| 33 | |
| 34 | /* Define to 1 if you have the `argz_stringify' function. */ |
| 35 | #undef HAVE_ARGZ_STRINGIFY |
| 36 | |
| 37 | /* Define to 1 if you have the `asprintf' function. */ |
| 38 | #undef HAVE_ASPRINTF |
| 39 | |
| 40 | /* Define to 1 if the compiler understands __builtin_expect. */ |
| 41 | #undef HAVE_BUILTIN_EXPECT |
| 42 | |
| 43 | /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the |
| 44 | CoreFoundation framework. */ |
| 45 | #undef HAVE_CFLOCALECOPYCURRENT |
| 46 | |
| 47 | /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in |
| 48 | the CoreFoundation framework. */ |
| 49 | #undef HAVE_CFPREFERENCESCOPYAPPVALUE |
| 50 | |
| 51 | /* Define if the GNU dcgettext() function is already present or preinstalled. |
| 52 | */ |
| 53 | #undef HAVE_DCGETTEXT |
| 54 | |
| 55 | /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you |
| 56 | don't. */ |
| 57 | #undef HAVE_DECL_FEOF_UNLOCKED |
| 58 | |
| 59 | /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if |
| 60 | you don't. */ |
| 61 | #undef HAVE_DECL_FGETS_UNLOCKED |
| 62 | |
| 63 | /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you |
| 64 | don't. */ |
| 65 | #undef HAVE_DECL_GETC_UNLOCKED |
| 66 | |
| 67 | /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you |
| 68 | don't. */ |
| 69 | #undef HAVE_DECL__SNPRINTF |
| 70 | |
| 71 | /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you |
| 72 | don't. */ |
| 73 | #undef HAVE_DECL__SNWPRINTF |
| 74 | |
| 75 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 76 | #undef HAVE_DLFCN_H |
| 77 | |
| 78 | /* Define to 1 if you have the `fwprintf' function. */ |
| 79 | #undef HAVE_FWPRINTF |
| 80 | |
| 81 | /* Define to 1 if you have the `getcwd' function. */ |
| 82 | #undef HAVE_GETCWD |
| 83 | |
| 84 | /* Define to 1 if you have the `getegid' function. */ |
| 85 | #undef HAVE_GETEGID |
| 86 | |
| 87 | /* Define to 1 if you have the `geteuid' function. */ |
| 88 | #undef HAVE_GETEUID |
| 89 | |
| 90 | /* Define to 1 if you have the `getgid' function. */ |
| 91 | #undef HAVE_GETGID |
| 92 | |
| 93 | /* Define to 1 if you have the `getpagesize' function. */ |
| 94 | #undef HAVE_GETPAGESIZE |
| 95 | |
| 96 | /* Define if the GNU gettext() function is already present or preinstalled. */ |
| 97 | #undef HAVE_GETTEXT |
| 98 | |
| 99 | /* Define to 1 if you have the `getuid' function. */ |
| 100 | #undef HAVE_GETUID |
| 101 | |
| 102 | /* Define if you have the iconv() function. */ |
| 103 | #undef HAVE_ICONV |
| 104 | |
| 105 | /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */ |
| 106 | #undef HAVE_INTMAX_T |
| 107 | |
| 108 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 109 | #undef HAVE_INTTYPES_H |
| 110 | |
| 111 | /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and |
| 112 | declares uintmax_t. */ |
| 113 | #undef HAVE_INTTYPES_H_WITH_UINTMAX |
| 114 | |
| 115 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ |
| 116 | #undef HAVE_LANGINFO_CODESET |
| 117 | |
| 118 | /* Define if your <locale.h> file defines LC_MESSAGES. */ |
| 119 | #undef HAVE_LC_MESSAGES |
| 120 | |
| 121 | /* Define to 1 if you have the <limits.h> header file. */ |
| 122 | #undef HAVE_LIMITS_H |
| 123 | |
| 124 | /* Define if you have the 'long double' type. */ |
| 125 | #undef HAVE_LONG_DOUBLE |
| 126 | |
| 127 | /* Define to 1 if the system has the type `long long int'. */ |
| 128 | #undef HAVE_LONG_LONG_INT |
| 129 | |
| 130 | /* Define to 1 if you have the <memory.h> header file. */ |
| 131 | #undef HAVE_MEMORY_H |
| 132 | |
| 133 | /* Define to 1 if you have the `mempcpy' function. */ |
| 134 | #undef HAVE_MEMPCPY |
| 135 | |
| 136 | /* Define to 1 if you have a working `mmap' system call. */ |
| 137 | #undef HAVE_MMAP |
| 138 | |
| 139 | /* Define to 1 if you have the `munmap' function. */ |
| 140 | #undef HAVE_MUNMAP |
| 141 | |
| 142 | /* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if |
| 143 | _GNU_SOURCE is defined. */ |
| 144 | #undef HAVE_NL_LOCALE_NAME |
| 145 | |
| 146 | /* Define if your printf() function supports format strings with positions. */ |
| 147 | #undef HAVE_POSIX_PRINTF |
| 148 | |
| 149 | /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */ |
| 150 | #undef HAVE_PTHREAD_MUTEX_RECURSIVE |
| 151 | |
| 152 | /* Define if the POSIX multithreading library has read/write locks. */ |
| 153 | #undef HAVE_PTHREAD_RWLOCK |
| 154 | |
| 155 | /* Define to 1 if you have the `putenv' function. */ |
| 156 | #undef HAVE_PUTENV |
| 157 | |
| 158 | /* Define to 1 if you have the `setenv' function. */ |
| 159 | #undef HAVE_SETENV |
| 160 | |
| 161 | /* Define to 1 if you have the `setlocale' function. */ |
| 162 | #undef HAVE_SETLOCALE |
| 163 | |
| 164 | /* Define to 1 if you have the `snprintf' function. */ |
| 165 | #undef HAVE_SNPRINTF |
| 166 | |
| 167 | /* Define to 1 if you have the <stddef.h> header file. */ |
| 168 | #undef HAVE_STDDEF_H |
| 169 | |
| 170 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 171 | #undef HAVE_STDINT_H |
| 172 | |
| 173 | /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares |
| 174 | uintmax_t. */ |
| 175 | #undef HAVE_STDINT_H_WITH_UINTMAX |
| 176 | |
| 177 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 178 | #undef HAVE_STDLIB_H |
| 179 | |
| 180 | /* Define to 1 if you have the `stpcpy' function. */ |
| 181 | #undef HAVE_STPCPY |
| 182 | |
| 183 | /* Define to 1 if you have the `strcasecmp' function. */ |
| 184 | #undef HAVE_STRCASECMP |
| 185 | |
| 186 | /* Define to 1 if you have the `strdup' function. */ |
| 187 | #undef HAVE_STRDUP |
| 188 | |
| 189 | /* Define to 1 if you have the <strings.h> header file. */ |
| 190 | #undef HAVE_STRINGS_H |
| 191 | |
| 192 | /* Define to 1 if you have the <string.h> header file. */ |
| 193 | #undef HAVE_STRING_H |
| 194 | |
| 195 | /* Define to 1 if you have the `strtoul' function. */ |
| 196 | #undef HAVE_STRTOUL |
| 197 | |
| 198 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| 199 | #undef HAVE_SYS_PARAM_H |
| 200 | |
| 201 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 202 | #undef HAVE_SYS_STAT_H |
| 203 | |
| 204 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 205 | #undef HAVE_SYS_TYPES_H |
| 206 | |
| 207 | /* Define to 1 if you have the `tsearch' function. */ |
| 208 | #undef HAVE_TSEARCH |
| 209 | |
| 210 | /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */ |
| 211 | #undef HAVE_UINTMAX_T |
| 212 | |
| 213 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 214 | #undef HAVE_UNISTD_H |
| 215 | |
| 216 | /* Define if you have the 'unsigned long long' type. */ |
| 217 | #undef HAVE_UNSIGNED_LONG_LONG |
| 218 | |
| 219 | /* Define to 1 if the system has the type `unsigned long long int'. */ |
| 220 | #undef HAVE_UNSIGNED_LONG_LONG_INT |
| 221 | |
| 222 | /* Define to 1 if you have the <valgrind/valgrind.h> header file. */ |
| 223 | #undef HAVE_VALGRIND_VALGRIND_H |
| 224 | |
| 225 | /* Define to 1 or 0, depending whether the compiler supports simple visibility |
| 226 | declarations. */ |
| 227 | #undef HAVE_VISIBILITY |
| 228 | |
| 229 | /* Define if you have the 'wchar_t' type. */ |
| 230 | #undef HAVE_WCHAR_T |
| 231 | |
| 232 | /* Define to 1 if you have the `wcslen' function. */ |
| 233 | #undef HAVE_WCSLEN |
| 234 | |
| 235 | /* Define if you have the 'wint_t' type. */ |
| 236 | #undef HAVE_WINT_T |
| 237 | |
| 238 | /* Define to 1 if you have the `__fsetlocking' function. */ |
| 239 | #undef HAVE___FSETLOCKING |
| 240 | |
| 241 | /* Define as const if the declaration of iconv() needs const. */ |
| 242 | #undef ICONV_CONST |
| 243 | |
| 244 | /* Define if integer division by zero raises signal SIGFPE. */ |
| 245 | #undef INTDIV0_RAISES_SIGFPE |
| 246 | |
| 247 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 248 | */ |
| 249 | #undef LT_OBJDIR |
| 250 | |
| 251 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 252 | #undef NO_MINUS_C_MINUS_O |
| 253 | |
| 254 | /* Name of package */ |
| 255 | #undef PACKAGE |
| 256 | |
| 257 | /* Define to the address where bug reports for this package should be sent. */ |
| 258 | #undef PACKAGE_BUGREPORT |
| 259 | |
| 260 | /* Define to the copyright message of this package. */ |
| 261 | #undef PACKAGE_COPYRIGHT |
| 262 | |
| 263 | /* Define to the full name of this package. */ |
| 264 | #undef PACKAGE_NAME |
| 265 | |
| 266 | /* Define to the full name and version of this package. */ |
| 267 | #undef PACKAGE_STRING |
| 268 | |
| 269 | /* Define to the one symbol short name of this package. */ |
| 270 | #undef PACKAGE_TARNAME |
| 271 | |
Scott James Remnant | fde82c9 | 2009-09-22 10:04:15 -0700 | [diff] [blame] | 272 | /* Define to the home page for this package. */ |
| 273 | #undef PACKAGE_URL |
| 274 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 275 | /* Define to the version of this package. */ |
| 276 | #undef PACKAGE_VERSION |
| 277 | |
| 278 | /* Define if <inttypes.h> exists and defines unusable PRI* macros. */ |
| 279 | #undef PRI_MACROS_BROKEN |
| 280 | |
| 281 | /* Define if the pthread_in_use() detection is hard. */ |
| 282 | #undef PTHREAD_IN_USE_DETECTION_HARD |
| 283 | |
| 284 | /* Define as the maximum value of type 'size_t', if the system doesn't define |
| 285 | it. */ |
| 286 | #undef SIZE_MAX |
| 287 | |
| 288 | /* If using the C implementation of alloca, define if you know the |
| 289 | direction of stack growth for your system; otherwise it will be |
| 290 | automatically deduced at runtime. |
| 291 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 292 | STACK_DIRECTION < 0 => grows toward lower addresses |
| 293 | STACK_DIRECTION = 0 => direction of growth unknown */ |
| 294 | #undef STACK_DIRECTION |
| 295 | |
| 296 | /* Define to 1 if you have the ANSI C header files. */ |
| 297 | #undef STDC_HEADERS |
| 298 | |
| 299 | /* Define if the POSIX multithreading library can be used. */ |
| 300 | #undef USE_POSIX_THREADS |
| 301 | |
| 302 | /* Define if references to the POSIX multithreading library should be made |
| 303 | weak. */ |
| 304 | #undef USE_POSIX_THREADS_WEAK |
| 305 | |
| 306 | /* Define if the GNU Pth multithreading library can be used. */ |
| 307 | #undef USE_PTH_THREADS |
| 308 | |
| 309 | /* Define if references to the GNU Pth multithreading library should be made |
| 310 | weak. */ |
| 311 | #undef USE_PTH_THREADS_WEAK |
| 312 | |
| 313 | /* Define if the old Solaris multithreading library can be used. */ |
| 314 | #undef USE_SOLARIS_THREADS |
| 315 | |
| 316 | /* Define if references to the old Solaris multithreading library should be |
| 317 | made weak. */ |
| 318 | #undef USE_SOLARIS_THREADS_WEAK |
| 319 | |
| 320 | /* Enable extensions on AIX 3, Interix. */ |
| 321 | #ifndef _ALL_SOURCE |
| 322 | # undef _ALL_SOURCE |
| 323 | #endif |
| 324 | /* Enable GNU extensions on systems that have them. */ |
| 325 | #ifndef _GNU_SOURCE |
| 326 | # undef _GNU_SOURCE |
| 327 | #endif |
| 328 | /* Enable threading extensions on Solaris. */ |
| 329 | #ifndef _POSIX_PTHREAD_SEMANTICS |
| 330 | # undef _POSIX_PTHREAD_SEMANTICS |
| 331 | #endif |
| 332 | /* Enable extensions on HP NonStop. */ |
| 333 | #ifndef _TANDEM_SOURCE |
| 334 | # undef _TANDEM_SOURCE |
| 335 | #endif |
| 336 | /* Enable general extensions on Solaris. */ |
| 337 | #ifndef __EXTENSIONS__ |
| 338 | # undef __EXTENSIONS__ |
| 339 | #endif |
| 340 | |
| 341 | |
| 342 | /* Define if the Win32 multithreading API can be used. */ |
| 343 | #undef USE_WIN32_THREADS |
| 344 | |
| 345 | /* Version number of package */ |
| 346 | #undef VERSION |
| 347 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 348 | /* Define to 1 if on MINIX. */ |
| 349 | #undef _MINIX |
| 350 | |
| 351 | /* Define to 2 if the system does not provide POSIX.1 features except with |
| 352 | this defined. */ |
| 353 | #undef _POSIX_1_SOURCE |
| 354 | |
| 355 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 356 | #undef _POSIX_SOURCE |
| 357 | |
| 358 | /* Define to empty if `__thread' is not supported. */ |
| 359 | #undef __thread |
| 360 | |
| 361 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 362 | calls it, or to nothing if 'inline' is not supported under any name. */ |
| 363 | #ifndef __cplusplus |
| 364 | #undef inline |
| 365 | #endif |
| 366 | |
| 367 | /* Define as the type of the result of subtracting two pointers, if the system |
| 368 | doesn't define it. */ |
| 369 | #undef ptrdiff_t |
| 370 | |
| 371 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 372 | #undef size_t |
| 373 | |
| 374 | /* Define to unsigned long or unsigned long long if <stdint.h> and |
| 375 | <inttypes.h> don't define. */ |
| 376 | #undef uintmax_t |
| 377 | |
| 378 | |
| 379 | #define __libc_lock_t gl_lock_t |
| 380 | #define __libc_lock_define gl_lock_define |
| 381 | #define __libc_lock_define_initialized gl_lock_define_initialized |
| 382 | #define __libc_lock_init gl_lock_init |
| 383 | #define __libc_lock_lock gl_lock_lock |
| 384 | #define __libc_lock_unlock gl_lock_unlock |
| 385 | #define __libc_lock_recursive_t gl_recursive_lock_t |
| 386 | #define __libc_lock_define_recursive gl_recursive_lock_define |
| 387 | #define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized |
| 388 | #define __libc_lock_init_recursive gl_recursive_lock_init |
| 389 | #define __libc_lock_lock_recursive gl_recursive_lock_lock |
| 390 | #define __libc_lock_unlock_recursive gl_recursive_lock_unlock |
| 391 | #define glthread_in_use libintl_thread_in_use |
| 392 | #define glthread_lock_init libintl_lock_init |
| 393 | #define glthread_lock_lock libintl_lock_lock |
| 394 | #define glthread_lock_unlock libintl_lock_unlock |
| 395 | #define glthread_lock_destroy libintl_lock_destroy |
| 396 | #define glthread_rwlock_init libintl_rwlock_init |
| 397 | #define glthread_rwlock_rdlock libintl_rwlock_rdlock |
| 398 | #define glthread_rwlock_wrlock libintl_rwlock_wrlock |
| 399 | #define glthread_rwlock_unlock libintl_rwlock_unlock |
| 400 | #define glthread_rwlock_destroy libintl_rwlock_destroy |
| 401 | #define glthread_recursive_lock_init libintl_recursive_lock_init |
| 402 | #define glthread_recursive_lock_lock libintl_recursive_lock_lock |
| 403 | #define glthread_recursive_lock_unlock libintl_recursive_lock_unlock |
| 404 | #define glthread_recursive_lock_destroy libintl_recursive_lock_destroy |
| 405 | #define glthread_once libintl_once |
| 406 | #define glthread_once_call libintl_once_call |
| 407 | #define glthread_once_singlethreaded libintl_once_singlethreaded |
| 408 | |