1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Re-add USE_THREADS, used by ecpg.

This commit is contained in:
Bruce Momjian
2003-08-04 21:26:26 +00:00
parent c45b851e37
commit 98bf004421
3 changed files with 12 additions and 3 deletions

6
configure vendored
View File

@ -2785,7 +2785,11 @@ if test "${enable_thread_safety+set}" = set; then
case $enableval in
yes)
:
cat >>confdefs.h <<\_ACEOF
#define USE_THREADS 1
_ACEOF
;;
no)
: