diff options
| author | Bruce Momjian | 2004-04-07 18:31:59 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-04-07 18:31:59 +0000 |
| commit | e675a236885d2a00597a9a6da17124387556ddb9 (patch) | |
| tree | d40fd97a3fa744f692cb71ad1ed36bba308f2f21 /src/template | |
| parent | 9b3bc35f8266d4ebfe5b405cb7d2844bb101ae17 (diff) | |
Update Darwin thread compile flags, and OS version info.
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/darwin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/template/darwin b/src/template/darwin index 4fdbea27bf5..cd60b83fe07 100644 --- a/src/template/darwin +++ b/src/template/darwin @@ -7,6 +7,9 @@ USE_NAMED_POSIX_SEMAPHORES=1 THREAD_SUPPORT=yes # verified Mac OS X 10.3.3, Darwin Kernel Version 7.3.0, 2004-04-07 +THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" +THREAD_LIBS="-lpthread" + STRERROR_THREADSAFE=yes GETPWUID_THREADSAFE=yes GETHOSTBYNAME_THREADSAFE=yes |
