summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-05-27 16:36:50 +0000
committerBruce Momjian <bruce@momjian.us>2003-05-27 16:36:50 +0000
commit24daeb8e73f924df26a38185296d5a6a6c49acb1 (patch)
tree24eb4be87f93a7070cbb4b43175d10083ffd0b67 /src/include
parente185583a379dca39434fd96cfb6a659637d8e565 (diff)
Add configure thread tests.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 129d7396e5e..bc6d89ada15 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -465,6 +465,9 @@
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
+/* Define to 1 if you have the threads interface. */
+#undef HAVE_THREADS
+
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
`HAVE_STRUCT_TM_TM_ZONE' instead. */
#undef HAVE_TM_ZONE