diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-06-25 14:03:34 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-06-25 14:03:34 +1000 |
commit | 60bd4098f64fd0fbbd9b6b4de2562623318141a0 (patch) | |
tree | 7dc6caa88aa1c03ed6a760855c48f24a0c5570cb /configure.ac | |
parent | ef3b47a73adf98a510200daea9ebfceebed5bed6 (diff) |
- (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h]
Add closefrom() for platforms that don't have it.
(might need some tuning later, but I want to be able to test reexec).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 88c0c4687..1bf3ca66f 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.221 2004/06/20 17:37:32 tim Exp $ | 1 | # $Id: configure.ac,v 1.222 2004/06/25 04:03:34 dtucker Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -830,8 +830,8 @@ AC_ARG_WITH(tcp-wrappers, | |||
830 | 830 | ||
831 | dnl Checks for library functions. Please keep in alphabetical order | 831 | dnl Checks for library functions. Please keep in alphabetical order |
832 | AC_CHECK_FUNCS(\ | 832 | AC_CHECK_FUNCS(\ |
833 | arc4random __b64_ntop b64_ntop __b64_pton b64_pton \ | 833 | arc4random __b64_ntop b64_ntop __b64_pton b64_pton bcopy \ |
834 | bcopy bindresvport_sa clock fchmod fchown freeaddrinfo futimes \ | 834 | bindresvport_sa clock closefrom fchmod fchown freeaddrinfo futimes \ |
835 | getaddrinfo getcwd getgrouplist getnameinfo getopt \ | 835 | getaddrinfo getcwd getgrouplist getnameinfo getopt \ |
836 | getpeereid _getpty getrlimit getttyent glob inet_aton \ | 836 | getpeereid _getpty getrlimit getttyent glob inet_aton \ |
837 | inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove \ | 837 | inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove \ |