diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-01 17:31:48 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-01 17:31:48 +0200 |
commit | d685d5fb42c3c7c03f428408a6d57c2b84526da1 (patch) | |
tree | 4e7852c97c3120232cb7976c8dc5439a41eb960b /configure.in | |
parent | 67c78085c92853b0d4b520b1fcffbd64e056d77c (diff) | |
download | weechat-d685d5fb42c3c7c03f428408a6d57c2b84526da1.zip |
core: add option weechat.startup.sys_rlimit to set system resource limits for WeeChat process
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a74e1efb0..e71c71bbe 100644 --- a/configure.in +++ b/configure.in @@ -68,7 +68,7 @@ AC_CHECK_LIB(ncursesw, initscr, LIBNCURSESW_FOUND=1, LIBNCURSESW_FOUND=0) # Checks for header files AC_HEADER_STDC -AC_CHECK_HEADERS([arpa/inet.h libintl.h limits.h locale.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h sys/types.h unistd.h pwd.h errno.h regex.h wchar.h sys/file.h]) +AC_CHECK_HEADERS([arpa/inet.h libintl.h limits.h locale.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h sys/types.h unistd.h pwd.h errno.h regex.h wchar.h sys/file.h sys/resource.h]) # Checks for typedefs, structures, and compiler characteristics AC_HEADER_TIME |