summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-07-02 09:41:21 +0000
committerRoger Dingledine <arma@torproject.org>2002-07-02 09:41:21 +0000
commit0abef436475ef4cc374e9b153c61b2d181f66c7d (patch)
tree477d4d4a51564f4e81ddc071980d0d504224322e /configure.in
parentd982925593dbb724e4c8ebeb4f945c2184f11831 (diff)
downloadtor-0abef436475ef4cc374e9b153c61b2d181f66c7d.tar.gz
tor-0abef436475ef4cc374e9b153c61b2d181f66c7d.zip
removed a pair of includes that we don't actually use
svn:r23
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6422e2cd97..a7846489e4 100644
--- a/configure.in
+++ b/configure.in
@@ -139,7 +139,7 @@ if (test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" != "x(system)") ;
fi
LIBS="$saved_LIBS -lcrypto"
-AC_CHECK_HEADERS(unistd.h string.h signal.h netdb.h ctype.h sys/poll.h sys/types.h sys/fcntl.h sys/ioctl.h sys/socket.h sys/mman.h sys/stat.h sys/time.h netinet/in.h arpa/inet.h errno.h assert.h, , AC_MSG_WARN(some headers were not found, compilation may fail))
+AC_CHECK_HEADERS(unistd.h string.h signal.h netdb.h ctype.h sys/poll.h sys/types.h sys/fcntl.h sys/ioctl.h sys/socket.h sys/time.h netinet/in.h arpa/inet.h errno.h assert.h, , AC_MSG_WARN(some headers were not found, compilation may fail))
AC_OUTPUT(Makefile src/Makefile src/common/Makefile src/smtpap/Makefile src/orkeygen/Makefile src/httpap/Makefile src/op/Makefile src/or/Makefile)