aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-12-18 10:36:32 +0000
committerYang Tse <yangsita@gmail.com>2007-12-18 10:36:32 +0000
commitf4ffa85f6061c07b80911daa6dc8c51be9c7bd4c (patch)
tree776db0712f2a592c677a97b8003ad9af2ea1acd2 /lib/config-win32.h
parentbcd7d03b3b814b0fc3e052819ed7d84946e846e5 (diff)
pollfd struct and WSA_poll fixes for Windows Vista already present in CVS
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 144ffe97f..97db859b9 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -353,14 +353,6 @@
#define _CRT_NONSTDC_NO_DEPRECATE 1
#endif
-/* Define to make select.h work fine on VC++ 9.0 (2008) */
-#if defined(_MSC_VER) && (_MSC_VER >= 1500)
-/* The poll struct and associated defines are present in the Windows SDK v6.0
- that comes with this version... */
-#define HAVE_STRUCT_POLLFD 1
-#endif
-
-
/* ---------------------------------------------------------------- */
/* LDAP SUPPORT */
/* ---------------------------------------------------------------- */