diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-10 10:23:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-10 10:36:49 -0400 |
commit | b04d719c1067dd1cf9b48295f1d0e7ed5adb7255 (patch) | |
tree | 72a2e38a6f703aa7d85b6736d5be62afa59044f0 /configure.ac | |
parent | 1604c0fe0e5ce74538555c19a307ad38d0fca358 (diff) | |
download | tor-b04d719c1067dd1cf9b48295f1d0e7ed5adb7255.tar.gz tor-b04d719c1067dd1cf9b48295f1d0e7ed5adb7255.zip |
Integrate getdelim() and getline() support into Tor.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 296591f025..ff03cf10e9 100644 --- a/configure.ac +++ b/configure.ac @@ -585,7 +585,9 @@ AC_CHECK_FUNCS( ftime \ get_current_dir_name \ getaddrinfo \ + getdelim \ getifaddrs \ + getline \ getpass \ getrlimit \ gettimeofday \ |