Added call functionality to figure out the maximum number of sockets (file descriptors) available on system.

This commit is contained in:
Jan Vidar Krey
2009-08-02 22:26:07 +02:00
parent 077bffd74f
commit 4931dc5dcb
3 changed files with 22 additions and 0 deletions

View File

@@ -83,8 +83,10 @@
#ifndef WIN32
#include <grp.h>
#include <pwd.h>
#include <sys/resource.h>
#define HAVE_STRNDUP
#define HAVE_MEMMEM
#define HAVE_GETRLIMIT
#endif
#ifdef SSL_SUPPORT