From 98bf00442183f3487548bf71ac9dc39b8ef18df1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 4 Aug 2003 21:26:26 +0000 Subject: Re-add USE_THREADS, used by ecpg. --- src/include/pg_config.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3