annotate config.h.in @ 1317:e12cef71aa1a

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