summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2005-04-22 07:25:23 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2005-04-22 07:25:23 +0000
commit399a109671f8c35c9be908a64f63a42d4504c871 (patch)
treead532f30417fb4e2c2c8939a87cbf922dec44a99 /include/apr.hw
parentf1ea17fc1205694e3dd9ea02369d6650a500e32d (diff)
downloadlibapr-399a109671f8c35c9be908a64f63a42d4504c871.tar.gz
Remove setting FD_SETSIZE from apr.hw to
select.c (the only place it is used). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@164182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 4ce5e4a38..1174a190a 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -86,8 +86,6 @@
*/
#define SW_HIDE 0
#ifndef _WIN32_WCE
-/* POSIX defines 1024 for the FD_SETSIZE */
-#define FD_SETSIZE 1024
#include <winsock2.h>
#include <mswsock.h>
#include <ws2tcpip.h>