Check for setrlimit.
This commit is contained in:
parent
be072a32c9
commit
85ea1a285f
1 changed files with 2 additions and 1 deletions
|
@ -1441,7 +1441,8 @@ AC_CHECK_LIB(m, sqrt)
|
|||
AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
|
||||
rename closedir mkdir rmdir sysinfo \
|
||||
random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \
|
||||
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale utimes)
|
||||
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
|
||||
utimes setrlimit)
|
||||
|
||||
# Check this now, so that we will NOT find the above functions in ncurses.
|
||||
# That is because we have not set up to link ncurses in lib-src.
|
||||
|
|
Loading…
Add table
Reference in a new issue