diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-25 18:22:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-25 18:22:37 +0000 |
commit | bb524e99c9dd9555b0f77275bbb5574d47689fc8 (patch) | |
tree | 699a0e8d7597094186ec21b0a3305b81506a2690 /configure.in | |
parent | 39fe91b9a281a3ec8504bf7933a63918038a9b5a (diff) | |
download | tor-bb524e99c9dd9555b0f77275bbb5574d47689fc8.tar.gz tor-bb524e99c9dd9555b0f77275bbb5574d47689fc8.zip |
r12955@catbus: nickm | 2007-05-25 13:17:30 -0400
First bare stubs of ipv6 work: commit some (untested, hence doublessly broken) implementations of inet_ntop/pton for systems that lack them.
svn:r10326
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1df038c96c..bac5d91db1 100644 --- a/configure.in +++ b/configure.in @@ -152,7 +152,7 @@ dnl ------------------------------------------------------------------- dnl Check for functions before libevent, since libevent-1.2 apparently dnl exports strlcpy without defining it in a header. -AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull ftello getaddrinfo localtime_r gmtime_r memmem strtok_r) +AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull ftello getaddrinfo localtime_r gmtime_r memmem strtok_r inet_pton inet_ntop) if test $enable_threads = "yes"; then AC_CHECK_HEADERS(pthread.h) |