wsanchez 01/04/19 00:29:51
Modified: build apr_hints.m4
Log:
Back out -DSIGPROCMASK_SETS_THREAD_MASK flag for Darwin.
Please excuse me while I extinguish my pants.
Revision Changes Path
1.6 +1 -1 apr/build/apr_hints.m4
Index: apr_hints.m4
===================================================================
RCS file: /home/cvs/apr/build/apr_hints.m4,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apr_hints.m4 2001/04/18 17:47:09 1.5
+++ apr_hints.m4 2001/04/19 07:29:48 1.6
@@ -174,7 +174,7 @@
dnl APR_ADDTO(CPPFLAGS, [-DDARWIN -DMAC_OS_X_SERVER])
dnl ;;
*-apple-darwin*)
- APR_ADDTO(CPPFLAGS, [-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK])
+ APR_ADDTO(CPPFLAGS, [-DDARWIN])
;;
*-dec-osf*)
APR_ADDTO(CPPFLAGS, [-DOSF1])