pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:57:
#undef _WIN32_WINNT #define _WIN32_WINNT 0x05ff #endif /* In later versions of the WIN32 SDKs, we also need to define this one. */ #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05ffffff) #undef NTDDI_VERSION #define NTDDI_VERSION 0x05ffffff #endif
+
/* NB: Defaults to 64. */
+
#ifndef FD_SETSIZE
+
/*
+
* In reality: almost unlimited actually.
+
*/
+
#define FD_SETSIZE 65536
+
#endif
+
#endif /* __NT__ */ #ifdef __amigaos__ /* Avoid getting definitions of struct in_addr from <unistd.h>... */ #define __USE_NETINET_IN_H #endif /* * Some structure forward declarations are needed. */