diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-05 17:54:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-05 17:54:50 +0000 |
commit | 38ed0ce5e6a34276ccbe6b583cb7006eed263be9 (patch) | |
tree | ba2c0e3d8b2872e79651a9c43fe9b9d435e2c21d /configure.in | |
parent | 0c583a6cf295f6de3154a45ae17113b2b9506473 (diff) | |
download | tor-38ed0ce5e6a34276ccbe6b583cb7006eed263be9.tar.gz tor-38ed0ce5e6a34276ccbe6b583cb7006eed263be9.zip |
Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined
svn:r2688
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 ca85e2079f..e0f0ae205b 100644 --- a/configure.in +++ b/configure.in @@ -143,7 +143,7 @@ dnl These headers are not essential AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h) -AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit setrlimit strlcat strlcpy) +AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit setrlimit strlcat strlcpy strtoull) AC_CHECK_MEMBERS([struct timeval.tv_sec]) |