summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
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