aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-04 21:26:26 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-04 21:26:26 +0000
commit98bf00442183f3487548bf71ac9dc39b8ef18df1 (patch)
treeaf7e93743fddbf08a2815fc89e01252999e69a25 /src
parentc45b851e373d9de2b89c2c7a07d58036526452de (diff)
downloadpostgresql-98bf00442183f3487548bf71ac9dc39b8ef18df1.tar.gz
postgresql-98bf00442183f3487548bf71ac9dc39b8ef18df1.zip
Re-add USE_THREADS, used by ecpg.
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 2c2e2f4225d..e89cdb8730a 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -600,6 +600,10 @@
/* Define to select SysV-style shared memory. */
#undef USE_SYSV_SHARED_MEMORY
+/* Define to 1 to build libpq and ecpg to be thread-safe.
+ (--enable-thread-safety) */
+#undef USE_THREADS
+
/* Define to select unnamed POSIX semaphores. */
#undef USE_UNNAMED_POSIX_SEMAPHORES