annotate config.h.in @ 1528:7770ef82c463

Configure correct C compiler options for Pthreads
author Adam Chlipala <adam@chlipala.net>
date Thu, 04 Aug 2011 17:06:50 -0400
parents 969b90b1f2f9
children
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
adam@1528 18 /* Define if you have POSIX threads libraries and header files. */
adam@1528 19 #undef HAVE_PTHREAD
adam@1528 20
adam@1528 21 /* Have PTHREAD_PRIO_INHERIT. */
adam@1528 22 #undef HAVE_PTHREAD_PRIO_INHERIT
adam@1528 23
adamc@1267 24 /* Define to 1 if you have the <stdint.h> header file. */
adamc@1267 25 #undef HAVE_STDINT_H
adamc@1267 26
adamc@1267 27 /* Define to 1 if you have the <stdlib.h> header file. */
adamc@1267 28 #undef HAVE_STDLIB_H
adamc@1267 29
adamc@1267 30 /* Define to 1 if you have the <strings.h> header file. */
adamc@1267 31 #undef HAVE_STRINGS_H
adamc@1267 32
adamc@1267 33 /* Define to 1 if you have the <string.h> header file. */
adamc@1267 34 #undef HAVE_STRING_H
adamc@1267 35
adamc@1267 36 /* Define to 1 if you have the <sys/stat.h> header file. */
adamc@1267 37 #undef HAVE_SYS_STAT_H
adamc@1267 38
adamc@1267 39 /* Define to 1 if you have the <sys/types.h> header file. */
adamc@1267 40 #undef HAVE_SYS_TYPES_H
adamc@1267 41
adamc@1267 42 /* Define to 1 if you have the <unistd.h> header file. */
adamc@1267 43 #undef HAVE_UNISTD_H
adamc@1267 44
adamc@1267 45 /* Define to the sub-directory in which libtool stores uninstalled libraries.
adamc@1267 46 */
adamc@1267 47 #undef LT_OBJDIR
adamc@1267 48
adamc@1267 49 /* Define to the address where bug reports for this package should be sent. */
adamc@1267 50 #undef PACKAGE_BUGREPORT
adamc@1267 51
adamc@1267 52 /* Define to the full name of this package. */
adamc@1267 53 #undef PACKAGE_NAME
adamc@1267 54
adamc@1267 55 /* Define to the full name and version of this package. */
adamc@1267 56 #undef PACKAGE_STRING
adamc@1267 57
adamc@1267 58 /* Define to the one symbol short name of this package. */
adamc@1267 59 #undef PACKAGE_TARNAME
adamc@1267 60
adamc@1267 61 /* Define to the home page for this package. */
adamc@1267 62 #undef PACKAGE_URL
adamc@1267 63
adamc@1267 64 /* Define to the version of this package. */
adamc@1267 65 #undef PACKAGE_VERSION
adamc@1267 66
adam@1528 67 /* Define to necessary symbol if this constant uses a non-standard name on
adam@1528 68 your system. */
adam@1528 69 #undef PTHREAD_CREATE_JOINABLE
adam@1528 70
adamc@1267 71 /* Define to 1 if you have the ANSI C header files. */
adamc@1267 72 #undef STDC_HEADERS
adamc@1267 73
adamc@1267 74 /* Enable extensions on AIX 3, Interix. */
adamc@1267 75 #ifndef _ALL_SOURCE
adamc@1267 76 # undef _ALL_SOURCE
adamc@1267 77 #endif
adamc@1267 78 /* Enable GNU extensions on systems that have them. */
adamc@1267 79 #ifndef _GNU_SOURCE
adamc@1267 80 # undef _GNU_SOURCE
adamc@1267 81 #endif
adamc@1267 82 /* Enable threading extensions on Solaris. */
adamc@1267 83 #ifndef _POSIX_PTHREAD_SEMANTICS
adamc@1267 84 # undef _POSIX_PTHREAD_SEMANTICS
adamc@1267 85 #endif
adamc@1267 86 /* Enable extensions on HP NonStop. */
adamc@1267 87 #ifndef _TANDEM_SOURCE
adamc@1267 88 # undef _TANDEM_SOURCE
adamc@1267 89 #endif
adamc@1267 90 /* Enable general extensions on Solaris. */
adamc@1267 91 #ifndef __EXTENSIONS__
adamc@1267 92 # undef __EXTENSIONS__
adamc@1267 93 #endif
adamc@1267 94
adamc@1267 95
adamc@1267 96 /* Define to 1 if on MINIX. */
adamc@1267 97 #undef _MINIX
adamc@1267 98
adamc@1267 99 /* Define to 2 if the system does not provide POSIX.1 features except with
adamc@1267 100 this defined. */
adamc@1267 101 #undef _POSIX_1_SOURCE
adamc@1267 102
adamc@1267 103 /* Define to 1 if you need to in order for `stat' and other things to work. */
adamc@1267 104 #undef _POSIX_SOURCE