Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.

Proposed by Tim Peters.
This commit is contained in:
Martin v. Löwis 2006-02-11 09:27:05 +00:00
parent 03ca23d892
commit f84d1b9375
3 changed files with 14 additions and 0 deletions

View file

@ -572,4 +572,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define if you have the thread library (-lthread). */
/* #undef HAVE_LIBTHREAD */
/* WinSock does not use a bitmask in select, and uses
socket handles greater than FD_SETSIZE */
#define Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE
#endif /* !Py_CONFIG_H */