Index: config.h.in =================================================================== --- config.h.in (revision 22616) +++ config.h.in (revision 22617) @@ -61,6 +61,9 @@ print {\n\n/* Wether win32 Sleep() works */\n} print_ternary ?libs/time/Sleep/presents {#define PCB_HAVE_WSLEEP 1} {/* #undef PCB_HAVE_WSLEEP */} +print {\n\n/* Wether select() works */\n} +print_ternary ?libs/socket/select/presents {#define PCB_HAVE_SELECT 1} {/* #undef PCB_HAVE_SELECT */} + print {\n\n/* Define to 1 if you have the `snprintf' function. */\n} print_ternary ?libs/snprintf {#define HAVE_SNPRINTF 1} {/* #undef HAVE_SNPRINTF */}