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

Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.

Fixes compilation failure with --enable-thread-safety --with-perl and Perl
5.6.1.
This commit is contained in:
Peter Eisentraut
2003-11-24 13:16:22 +00:00
parent 040e1cef91
commit 8878cc4cd7
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
;;