diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-08-04 16:48:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-08-04 16:48:03 +0000 |
commit | 5c15cb4752303731abf54e2ed12cd741e90b5d5a (patch) | |
tree | d18c9058eea7c644d84faae2bbfedca22298728d /src | |
parent | 963c1fa9d398f8b57233a4528f4fb81e679f331e (diff) |
Fix thread handling in configure.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 4 |
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 |