#include /* SVR4 silliness */ #include #include #include #include "select.h" int main() { printf("FD_SETSIZE:%d\n", FD_SETSIZE); return 0; }