diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-03-14 15:06:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-03-14 15:06:13 +0000 |
commit | 6e7a0f355065373e195bc6afc38fce7d15280298 (patch) | |
tree | 58481300f4b3a3c71eeba7f1ec487308ccbd50f9 /src | |
parent | 48f3ddf9910ee1cdb9f42db64a19bad6c717fb69 (diff) | |
download | postgresql-6e7a0f355065373e195bc6afc38fce7d15280298.tar.gz postgresql-6e7a0f355065373e195bc6afc38fce7d15280298.zip |
Mark linux as thread-enabled with new 7.5 tests.
Diffstat (limited to 'src')
-rw-r--r-- | src/template/linux | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/template/linux b/src/template/linux index 7469b331078..3684f1a1802 100644 --- a/src/template/linux +++ b/src/template/linux @@ -4,3 +4,10 @@ CPPFLAGS="-D_GNU_SOURCE" # tools/thread/thread_test must be run THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" THREAD_LIBS="-lpthread" + +THREAD_SUPPORT=yes +# 2004-03-14, Linux 2.4.25-1-686 +STRERROR_THREADSAFE=yes +GETPWUID_THREADSAFE=no +GETHOSTBYNAME_THREADSAFE=no + |