1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.

Fixes compliation failure with --enable-thread-safety --with-perl and Perl
5.6.1.
This commit is contained in:
Peter Eisentraut
2003-11-24 13:11:27 +00:00
parent a62f62d78b
commit 83ab17e051
7 changed files with 43 additions and 43 deletions

2
configure vendored
View File

@ -2909,7 +2909,7 @@ if test "${enable_thread_safety+set}" = set; then
yes)
cat >>confdefs.h <<\_ACEOF
#define USE_THREADS 1
#define ENABLE_THREAD_SAFETY 1
_ACEOF
;;