summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-22 01:23:11 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-22 01:23:11 +0000
commit40656a69e9fc0d1f470cd7729e957b633168bd5b (patch)
tree1a16d41dbfb678ccb69d943db72723962b66a64a /include/apr.hnw
parent6d41dd5180fa5d8c308eff93bc89efbfb8028151 (diff)
downloadapr-40656a69e9fc0d1f470cd7729e957b633168bd5b.tar.gz
Reverted undef hack from r1084016 - needs more testing.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1084046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hnw')
-rw-r--r--include/apr.hnw5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index 0dc0c536f..e3e214c7f 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -49,11 +49,6 @@
#include <signal.h>
#ifdef USE_WINSOCK
#include <novsock2.h>
-/* The NetWare Winsock2 header novsock2.h has macros which define
- * accept and connect, but these clash with serf, so we undef them
- */
-#undef accept
-#undef connect
#ifdef NW_BUILD_IPV6
#include <novtcpip.h>
#endif