conf_max          572 lib/common/io.c         long conf_max = sysconf(_SC_OPEN_MAX);
conf_max          574 lib/common/io.c         max_fd = (conf_max > 0)? conf_max : 1024;