* Added experimental code to set the socket limit at runtime.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12803 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
FlavioJS
2008-06-09 23:44:52 +00:00
parent 233d15c130
commit c9a3dc80bf
4 changed files with 122 additions and 1 deletions

View File

@@ -291,6 +291,13 @@ AC_COMPILE_IFELSE(
#
#
# setrlimit - used to set the socket limit
#
AC_CHECK_FUNC([setrlimit],[CFLAGS="$CFLAGS -DHAVE_SETRLIMIT"])
#
# Memory manager
#