summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-03-28 15:10:51 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-03-28 15:10:51 +0000
commit510b04bdba4a82a42a1b10e92d5aa3ae6c48c440 (patch)
treed33238f1126990067883906a65b15aa9949415c4 /build/apr_hints.m4
parent4a3b36d654be50e8e2b1bcb2ad4a2c8bbc3980da (diff)
downloadlibapr-510b04bdba4a82a42a1b10e92d5aa3ae6c48c440.tar.gz
define _XOPEN_SOURCE_EXTENDED on HP-UX 11; that gets us the socket
interface that APR uses git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 31d1613ff..383861207 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -79,7 +79,7 @@ if test "x$apr_preload_done" != "xyes" ; then
APR_ADDTO(CPPFLAGS, [-DHIUX])
;;
*-hp-hpux11.*)
- APR_ADDTO(CPPFLAGS, [-DHPUX11 -D_REENTRANT])
+ APR_ADDTO(CPPFLAGS, [-DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED])
;;
*-hp-hpux10.*)
case $host in