Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
authorPeter Eisentraut <[email protected]>
Mon, 24 Nov 2003 13:16:22 +0000 (13:16 +0000)
committerPeter Eisentraut <[email protected]>
Mon, 24 Nov 2003 13:16:22 +0000 (13:16 +0000)
commit8878cc4cd7aabc7b2e38bed573fefabed639fa1d
tree3b2b3f759780d2e6900d598205daa653e7db7362
parent040e1cef919fa3c136d7d6444dcac77d30d89d30
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.
configure
configure.in
src/include/pg_config.h.in
src/interfaces/ecpg/ecpglib/connect.c
src/interfaces/ecpg/ecpglib/misc.c
src/port/thread.c
src/tools/thread/thread_test.c