1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Finalize configuration of thread_test program.

This commit is contained in:
Bruce Momjian
2003-09-27 16:24:45 +00:00
parent a6790ce857
commit 391dceb462
13 changed files with 39 additions and 30 deletions

View File

@ -9,6 +9,6 @@ else
THREAD_CPPFLAGS="-K pthread"
fi
SUPPORTS_THREADS=yes
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=no # verified 7.1.3 2003-09-03
THREAD_CPPFLAGS="$THREAD_CPPFLAGS -D_REENTRANT"