diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-17 10:12:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-17 10:12:37 -0400 |
commit | d68133c745ccecf2baf86fad08bfd40070c7368c (patch) | |
tree | e86573f441ccaf2a3073c7cea08e95bb4ce9c150 /configure.ac | |
parent | a5b5d4bd2ea08c2db84aa53f44111f8492af1f62 (diff) | |
parent | b6eee531bb546683387fb471b754f24bc40580d0 (diff) | |
download | tor-d68133c745ccecf2baf86fad08bfd40070c7368c.tar.gz tor-d68133c745ccecf2baf86fad08bfd40070c7368c.zip |
Merge branch '13642_offline_master_v2_squashed'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9f21cfedd8..195e56fc93 100644 --- a/configure.ac +++ b/configure.ac @@ -386,6 +386,7 @@ AC_CHECK_FUNCS( ftime \ getaddrinfo \ getifaddrs \ + getpass \ getrlimit \ gettimeofday \ gmtime_r \ @@ -399,6 +400,7 @@ AC_CHECK_FUNCS( pipe \ pipe2 \ prctl \ + readpassphrase \ rint \ sigaction \ socketpair \ @@ -945,6 +947,7 @@ AC_CHECK_HEADERS( netinet/in.h \ netinet/in6.h \ pwd.h \ + readpassphrase.h \ stdint.h \ sys/eventfd.h \ sys/file.h \ |