summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-16 14:06:38 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-16 14:06:38 -0500
commit2d3904aba67e79e57db1814033b1df3f77336065 (patch)
tree341c471dd31a12c964ca04c1bf2314902253407e /configure.ac
parentd2d6a1b082fa0eac8b6478889a0c28bf05e48073 (diff)
downloadtor-2d3904aba67e79e57db1814033b1df3f77336065.tar.gz
tor-2d3904aba67e79e57db1814033b1df3f77336065.zip
Check the libc version to decide whether to allow openat.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f2c3f90baa..3ff8190521 100644
--- a/configure.ac
+++ b/configure.ac
@@ -390,6 +390,7 @@ AC_CHECK_FUNCS(
getrlimit \
gettimeofday \
gmtime_r \
+ gnu_get_libc_version \
htonll \
inet_aton \
ioctl \
@@ -1011,6 +1012,7 @@ AC_CHECK_HEADERS([assert.h \
arpa/inet.h \
crt_externs.h \
execinfo.h \
+ gnu/libc-version.h \
grp.h \
ifaddrs.h \
inttypes.h \