diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-05 20:54:49 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-05 20:54:49 +0000 |
commit | 210beff55a17643d54c0d7142d9662a97d8fd51d (patch) | |
tree | 7457ff86164ff36dc8df3e0a14c6abf4998d76f8 /configure.in | |
parent | f0345d46f6372a56c586a05d1a714473eaeccc27 (diff) | |
download | tor-210beff55a17643d54c0d7142d9662a97d8fd51d.tar.gz tor-210beff55a17643d54c0d7142d9662a97d8fd51d.zip |
r13266@catbus: nickm | 2007-06-05 16:38:08 -0400
Patch from peter palfrader: control interface via unix domain socket
svn:r10504
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 6e7f702568..c09f98262e 100644 --- a/configure.in +++ b/configure.in @@ -240,7 +240,7 @@ 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(netdb.h sys/ioctl.h sys/socket.h arpa/inet.h netinet/in.h pwd.h grp.h) +AC_CHECK_HEADERS(netdb.h sys/ioctl.h sys/socket.h arpa/inet.h netinet/in.h pwd.h grp.h sys/un.h) dnl These headers are not essential |