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