1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-20 05:13:53 +03:00

Add OSX thread support for next 7.4.X

This commit is contained in:
Bruce Momjian 2004-07-07 13:04:48 +00:00
parent abef61155d
commit d5bf36f606

View File

@ -4,3 +4,7 @@ CC="$CC -no-cpp-precomp"
# Select appropriate semaphore support
USE_NAMED_POSIX_SEMAPHORES=1
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=no