summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-09-03 16:29:43 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-09-03 16:29:43 +0000
commit2f00b5ac2f402acdfcbe1c962d16e85014c8ade2 (patch)
tree209ee28c9c9e95c5a7736eda135ec36fa6a6e43d /include/apr.hnw
parent8a3c9639c9f8f1541309f22ab67bf17ba3d9623d (diff)
downloadapr-2f00b5ac2f402acdfcbe1c962d16e85014c8ade2.tar.gz
Getting ready to build for IPV6 on NetWare
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hnw')
-rw-r--r--include/apr.hnw4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index 3c465870e..6e3d45623 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -170,7 +170,11 @@
#define APR_HAVE_IN_ADDR 1
#define APR_HAVE_INET_ADDR 1
#define APR_HAVE_INET_NETWORK 0
+#ifdef NW_BUILD_IPV6
+#define APR_HAVE_IPV6 1
+#else
#define APR_HAVE_IPV6 0
+#endif
#define APR_HAVE_MEMCHR 1
#define APR_HAVE_MEMMOVE 1
#define APR_HAVE_SETRLIMIT 0