summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-03-22 01:23:11 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-03-22 01:23:11 +0000
commitc1d25d997db3ae369752e41599bce1442060988d (patch)
tree89aec91c210bb957c90bd57a72a69ca2956ca1a6 /include
parent0d0f175a5d0eb63225cbe4128d21d93a0c36f7e6 (diff)
downloadlibapr-c1d25d997db3ae369752e41599bce1442060988d.tar.gz
Reverted undef hack from r1084016 - needs more testing.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@1084046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.hnw5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index 7e9ce26cf..8ba99d8cc 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -53,11 +53,6 @@
#include <nks/time.h>
#include <signal.h>
#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