Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1527:cccf8bf64b30 | 1528:7770ef82c463 |
---|---|
12 /* Define to 1 if you have the <mysql/mysql.h> header file. */ | 12 /* Define to 1 if you have the <mysql/mysql.h> header file. */ |
13 #undef HAVE_MYSQL_MYSQL_H | 13 #undef HAVE_MYSQL_MYSQL_H |
14 | 14 |
15 /* Define to 1 if you have the <postgresql/libpq-fe.h> header file. */ | 15 /* Define to 1 if you have the <postgresql/libpq-fe.h> header file. */ |
16 #undef HAVE_POSTGRESQL_LIBPQ_FE_H | 16 #undef HAVE_POSTGRESQL_LIBPQ_FE_H |
17 | |
18 /* Define if you have POSIX threads libraries and header files. */ | |
19 #undef HAVE_PTHREAD | |
20 | |
21 /* Have PTHREAD_PRIO_INHERIT. */ | |
22 #undef HAVE_PTHREAD_PRIO_INHERIT | |
17 | 23 |
18 /* Define to 1 if you have the <stdint.h> header file. */ | 24 /* Define to 1 if you have the <stdint.h> header file. */ |
19 #undef HAVE_STDINT_H | 25 #undef HAVE_STDINT_H |
20 | 26 |
21 /* Define to 1 if you have the <stdlib.h> header file. */ | 27 /* Define to 1 if you have the <stdlib.h> header file. */ |
56 #undef PACKAGE_URL | 62 #undef PACKAGE_URL |
57 | 63 |
58 /* Define to the version of this package. */ | 64 /* Define to the version of this package. */ |
59 #undef PACKAGE_VERSION | 65 #undef PACKAGE_VERSION |
60 | 66 |
67 /* Define to necessary symbol if this constant uses a non-standard name on | |
68 your system. */ | |
69 #undef PTHREAD_CREATE_JOINABLE | |
70 | |
61 /* Define to 1 if you have the ANSI C header files. */ | 71 /* Define to 1 if you have the ANSI C header files. */ |
62 #undef STDC_HEADERS | 72 #undef STDC_HEADERS |
63 | 73 |
64 /* Enable extensions on AIX 3, Interix. */ | 74 /* Enable extensions on AIX 3, Interix. */ |
65 #ifndef _ALL_SOURCE | 75 #ifndef _ALL_SOURCE |