From 30a06fe2c4ef63a6b705203b0490486b8f254e6d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 26 Apr 2004 04:04:42 +0000 Subject: Unconditionally define: -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS for all ports. It can't hurt if they are not supported, but it makes our job easier for porting. Should fix Darwin compile and other platforms without mucking with the thread detection code. --- src/template/solaris | 1 - 1 file changed, 1 deletion(-) (limited to 'src/template/solaris') diff --git a/src/template/solaris b/src/template/solaris index d6d9fbc794a..f2e7aaa0470 100644 --- a/src/template/solaris +++ b/src/template/solaris @@ -10,4 +10,3 @@ case $host in esac # -D_POSIX_PTHREAD_SEMANTICS enables 5-arg getpwuid_r, among other things -PTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS" -- cgit v1.2.3