… | |
… | |
37 | * either the BSD or the GPL. |
37 | * either the BSD or the GPL. |
38 | */ |
38 | */ |
39 | |
39 | |
40 | #ifndef _WIN32 |
40 | #ifndef _WIN32 |
41 | /* for unix systems */ |
41 | /* for unix systems */ |
|
|
42 | # include <inttypes.h> |
|
|
43 | # ifndef __hpux |
|
|
44 | /* for REAL unix systems */ |
42 | # include <sys/select.h> |
45 | # include <sys/select.h> |
43 | # include <inttypes.h> |
46 | # endif |
44 | #endif |
47 | #endif |
45 | |
48 | |
46 | #ifndef EV_SELECT_USE_FD_SET |
49 | #ifndef EV_SELECT_USE_FD_SET |
47 | # ifdef NFDBITS |
50 | # ifdef NFDBITS |
48 | # define EV_SELECT_USE_FD_SET 0 |
51 | # define EV_SELECT_USE_FD_SET 0 |