diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-12 11:37:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-28 16:34:16 -0500 |
commit | 9f06ec0c13f0b25ce3bb2c0c352edb04083dbe2c (patch) | |
tree | d84dd3e3d68b57a5364da001c9feac1c2f7148b0 /configure.in | |
parent | 5d44a6b334f647b162801aa4d0c8607ac14c3ef7 (diff) | |
download | tor-9f06ec0c13f0b25ce3bb2c0c352edb04083dbe2c.tar.gz tor-9f06ec0c13f0b25ce3bb2c0c352edb04083dbe2c.zip |
Add interface enumeration based on SIOCGIFCONF for older unixes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index a2aa417502..c3d53f79b6 100644 --- a/configure.in +++ b/configure.in @@ -305,6 +305,7 @@ AC_CHECK_FUNCS( gettimeofday \ gmtime_r \ inet_aton \ + ioctl \ localtime_r \ lround \ memmem \ @@ -634,6 +635,7 @@ AC_CHECK_HEADERS( malloc/malloc.h \ malloc_np.h \ netdb.h \ + net/if.h \ netinet/in.h \ netinet/in6.h \ pwd.h \ |