annotate config.h.in @ 1308:714e8b84221b

-limit for running time
author Adam Chlipala <adam@chlipala.net>
date Thu, 14 Oct 2010 11:35:56 -0400
parents 052af2b82533
children e12cef71aa1a
rev   line source
adamc@1267 1 /* config.h.in. Generated from configure.ac by autoheader. */
adamc@1267 2
adamc@1267 3 /* Define to 1 if you have the <dlfcn.h> header file. */
adamc@1267 4 #undef HAVE_DLFCN_H
adamc@1267 5
adamc@1267 6 /* Define to 1 if you have the <inttypes.h> header file. */
adamc@1267 7 #undef HAVE_INTTYPES_H
adamc@1267 8
adamc@1267 9 /* Define to 1 if you have the `mhash' library (-lmhash). */
adamc@1267 10 #undef HAVE_LIBMHASH
adamc@1267 11
adamc@1267 12 /* Define to 1 if you have the <memory.h> header file. */
adamc@1267 13 #undef HAVE_MEMORY_H
adamc@1267 14
adamc@1267 15 /* Define to 1 if you have the <stdint.h> header file. */
adamc@1267 16 #undef HAVE_STDINT_H
adamc@1267 17
adamc@1267 18 /* Define to 1 if you have the <stdlib.h> header file. */
adamc@1267 19 #undef HAVE_STDLIB_H
adamc@1267 20
adamc@1267 21 /* Define to 1 if you have the <strings.h> header file. */
adamc@1267 22 #undef HAVE_STRINGS_H
adamc@1267 23
adamc@1267 24 /* Define to 1 if you have the <string.h> header file. */
adamc@1267 25 #undef HAVE_STRING_H
adamc@1267 26
adamc@1267 27 /* Define to 1 if you have the <sys/stat.h> header file. */
adamc@1267 28 #undef HAVE_SYS_STAT_H
adamc@1267 29
adamc@1267 30 /* Define to 1 if you have the <sys/types.h> header file. */
adamc@1267 31 #undef HAVE_SYS_TYPES_H
adamc@1267 32
adamc@1267 33 /* Define to 1 if you have the <unistd.h> header file. */
adamc@1267 34 #undef HAVE_UNISTD_H
adamc@1267 35
adamc@1267 36 /* Define to the sub-directory in which libtool stores uninstalled libraries.
adamc@1267 37 */
adamc@1267 38 #undef LT_OBJDIR
adamc@1267 39
adamc@1267 40 /* Define to the address where bug reports for this package should be sent. */
adamc@1267 41 #undef PACKAGE_BUGREPORT
adamc@1267 42
adamc@1267 43 /* Define to the full name of this package. */
adamc@1267 44 #undef PACKAGE_NAME
adamc@1267 45
adamc@1267 46 /* Define to the full name and version of this package. */
adamc@1267 47 #undef PACKAGE_STRING
adamc@1267 48
adamc@1267 49 /* Define to the one symbol short name of this package. */
adamc@1267 50 #undef PACKAGE_TARNAME
adamc@1267 51
adamc@1267 52 /* Define to the home page for this package. */
adamc@1267 53 #undef PACKAGE_URL
adamc@1267 54
adamc@1267 55 /* Define to the version of this package. */
adamc@1267 56 #undef PACKAGE_VERSION
adamc@1267 57
adamc@1267 58 /* Define to 1 if you have the ANSI C header files. */
adamc@1267 59 #undef STDC_HEADERS
adamc@1267 60
adamc@1267 61 /* Enable extensions on AIX 3, Interix. */
adamc@1267 62 #ifndef _ALL_SOURCE
adamc@1267 63 # undef _ALL_SOURCE
adamc@1267 64 #endif
adamc@1267 65 /* Enable GNU extensions on systems that have them. */
adamc@1267 66 #ifndef _GNU_SOURCE
adamc@1267 67 # undef _GNU_SOURCE
adamc@1267 68 #endif
adamc@1267 69 /* Enable threading extensions on Solaris. */
adamc@1267 70 #ifndef _POSIX_PTHREAD_SEMANTICS
adamc@1267 71 # undef _POSIX_PTHREAD_SEMANTICS
adamc@1267 72 #endif
adamc@1267 73 /* Enable extensions on HP NonStop. */
adamc@1267 74 #ifndef _TANDEM_SOURCE
adamc@1267 75 # undef _TANDEM_SOURCE
adamc@1267 76 #endif
adamc@1267 77 /* Enable general extensions on Solaris. */
adamc@1267 78 #ifndef __EXTENSIONS__
adamc@1267 79 # undef __EXTENSIONS__
adamc@1267 80 #endif
adamc@1267 81
adamc@1267 82
adamc@1267 83 /* Define to 1 if on MINIX. */
adamc@1267 84 #undef _MINIX
adamc@1267 85
adamc@1267 86 /* Define to 2 if the system does not provide POSIX.1 features except with
adamc@1267 87 this defined. */
adamc@1267 88 #undef _POSIX_1_SOURCE
adamc@1267 89
adamc@1267 90 /* Define to 1 if you need to in order for `stat' and other things to work. */
adamc@1267 91 #undef _POSIX_SOURCE