Sha256: 03eb64b7a75a9f7c6452ac6fd2d962eac063dc4ddcb2d312c0f8271edb435328
Contents?: true
Size: 312 Bytes
Versions: 13
Compression:
Stored size: 312 Bytes
Contents
#define EV_STANDALONE /* keeps ev from requiring config.h */ #ifdef _WIN32 # define EV_SELECT_IS_WINSOCKET 1 /* configure libev for windows select */ # define FD_SETSIZE 2048 /* wishful thinking, as msvcrt6 [?] seems to only allow 512 fd's and 256 sockets max */ #endif #include "../libev/ev.h"
Version data entries
13 entries across 13 versions & 2 rubygems