diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-20 21:33:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-20 21:33:56 +0000 |
commit | a87980c2eb8933e2d291e3a2dc009aa69e82e128 (patch) | |
tree | 1e936d62c9fb589981d1f35cc555e6f0c7b7dc2f /configure.in | |
parent | d20ae4962f24098eba179064d5c9f971ee85d0e6 (diff) | |
download | tor-a87980c2eb8933e2d291e3a2dc009aa69e82e128.tar.gz tor-a87980c2eb8933e2d291e3a2dc009aa69e82e128.zip |
Add a better (non-locale-having) ctypes implementation to avoid protocol and parsing mismatches on different platforms.
svn:r18189
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 42b6dcd923..4daad23b20 100644 --- a/configure.in +++ b/configure.in @@ -322,7 +322,7 @@ dnl Make sure to enable support for large off_t if available. AC_SYS_LARGEFILE -AC_CHECK_HEADERS(unistd.h string.h signal.h ctype.h sys/stat.h sys/types.h fcntl.h sys/fcntl.h sys/time.h errno.h assert.h time.h, , AC_MSG_WARN(Some headers were not found, compilation may fail. If compilation succeeds, please send your orconfig.h to the developers so we can fix this warning.)) +AC_CHECK_HEADERS(unistd.h string.h signal.h sys/stat.h sys/types.h fcntl.h sys/fcntl.h sys/time.h errno.h assert.h time.h, , AC_MSG_WARN(Some headers were not found, compilation may fail. If compilation succeeds, please send your orconfig.h to the developers so we can fix this warning.)) AC_CHECK_HEADERS(netdb.h sys/ioctl.h sys/socket.h arpa/inet.h netinet/in.h pwd.h grp.h sys/un.h sys/uio.h) |