bjh 01/08/25 22:43:13
Modified: build apr_hints.m4
Log:
Drop hint that gethostby*() functions are thread safe on OS/2.
Revision Changes Path
1.21 +2 -0 apr/build/apr_hints.m4
Index: apr_hints.m4
===================================================================
RCS file: /home/cvs/apr/build/apr_hints.m4,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- apr_hints.m4 2001/08/15 18:06:46 1.20
+++ apr_hints.m4 2001/08/26 05:43:13 1.21
@@ -93,6 +93,8 @@
;;
*os2_emx*)
APR_SETVAR(SHELL, [sh])
+ APR_SETIFNULL(apr_gethostbyname_is_thread_safe, [yes])
+ APR_SETIFNULL(apr_gethostbyaddr_is_thread_safe, [yes])
;;
*-hi-hiux)
APR_ADDTO(CPPFLAGS, [-DHIUX])