Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 24 Nov 2003 13:11:27 +0000 (13:11 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 24 Nov 2003 13:11:27 +0000 (13:11 +0000)
commitdfc5a3bfafd59a860adc34306d49a8a313317db1
tree56ce08dc64ba21847fb05236dbcdae55a496af51
parent47aedf0b9c11d1f8e20c1d59c471c45bb24db421
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.
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 [new file with mode: 0644]
src/tools/thread/thread_test.c [new file with mode: 0644]