Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
85ea1a28
Commit
85ea1a28
authored
Sep 01, 1996
by
Richard M. Stallman
Browse files
Check for setrlimit.
parent
be072a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configure.in
configure.in
+2
-1
No files found.
configure.in
View file @
85ea1a28
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment