aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.h.in
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-08-04 17:06:50 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-08-04 17:06:50 -0400
commit64f43be321e5ad4bef303831a589e1bd415e8673 (patch)
tree982f9f5673e512568490930bf5aff4f4bca9813e /config.h.in
parent7e42ca73d84c1938c881aa103a9c5bf40a9f1bfb (diff)
Configure correct C compiler options for Pthreads
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index abb14fee..68493505 100644
--- a/config.h.in
+++ b/config.h.in
@@ -15,6 +15,12 @@
/* Define to 1 if you have the <postgresql/libpq-fe.h> header file. */
#undef HAVE_POSTGRESQL_LIBPQ_FE_H
+/* Define if you have POSIX threads libraries and header files. */
+#undef HAVE_PTHREAD
+
+/* Have PTHREAD_PRIO_INHERIT. */
+#undef HAVE_PTHREAD_PRIO_INHERIT
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -58,6 +64,10 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* Define to necessary symbol if this constant uses a non-standard name on
+ your system. */
+#undef PTHREAD_CREATE_JOINABLE
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS