summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-04 16:48:03 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-04 16:48:03 +0000
commit5c15cb4752303731abf54e2ed12cd741e90b5d5a (patch)
treed18c9058eea7c644d84faae2bbfedca22298728d /src
parent963c1fa9d398f8b57233a4528f4fb81e679f331e (diff)
Fix thread handling in configure.
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index e89cdb8730a..2c2e2f4225d 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -600,10 +600,6 @@
/* 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