aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-20 00:58:33 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-20 00:58:40 -0500
commit5a66de7015d32e723f13171b622a8dabcef05126 (patch)
treed3a6490a26b7d2c60273d10fcf9a1feaaa8da1cf /configure.in
parente361de80bbca479a68345a3e0db4243da00e5e38 (diff)
downloadtor-5a66de7015d32e723f13171b622a8dabcef05126.tar
tor-5a66de7015d32e723f13171b622a8dabcef05126.tar.gz
Initial work to set CLOEXEC on all possible fds
Still to go: some pipes, all stdio files.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e1565334e..6ca5531e0 100644
--- a/configure.in
+++ b/configure.in
@@ -250,6 +250,7 @@ dnl Check for functions before libevent, since libevent-1.2 apparently
dnl exports strlcpy without defining it in a header.
AC_CHECK_FUNCS(
+ accept4 \
flock \
ftime \
getaddrinfo \