annotate config.h.in @ 1473:d40066b38710

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