wrowe 2003/01/28 13:11:22
Modified: include apr.hw
Log:
As documented to the [EMAIL PROTECTED] list; the Win32 fork of the
otherchild
logic is altogether misdocumented. Disable otherchild logic for the
moment until the documentation and code becomes consistent. This
probably means introducing additional otherchild mechanics so that
authors can deploy otherchild from either Unix or Win32 in a truly
portable manner.
Revision Changes Path
1.107 +1 -1 apr/include/apr.hw
Index: apr.hw
===================================================================
RCS file: /home/cvs/apr/include/apr.hw,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- apr.hw 14 Jan 2003 00:21:26 -0000 1.106
+++ apr.hw 28 Jan 2003 21:11:22 -0000 1.107
@@ -281,7 +281,7 @@
#define APR_HAS_MMAP 1
#define APR_HAS_FORK 0
#define APR_HAS_RANDOM 1
-#define APR_HAS_OTHER_CHILD 1
+#define APR_HAS_OTHER_CHILD 0
#define APR_HAS_DSO 1
#define APR_HAS_SO_ACCEPTFILTER 0
#define APR_HAS_UNICODE_FS 1