X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=e5bd2883a495d60929bf412843c6394d1d72dd88;hb=b322126576c52ffbc9a91d818125fc461fa17d1b;hp=db7d1aa2ae6bc889a5188a0e58203709d5ed7c67;hpb=83f4d9d5596b54bf2e7fbc540e71b3464542374a;p=tinc diff --git a/configure.ac b/configure.ac index db7d1aa2..e5bd2883 100644 --- a/configure.ac +++ b/configure.ac @@ -170,7 +170,7 @@ AS_IF([test "x$enable_hardening" != "xno"], dnl Checks for header files. dnl We do this in multiple stages, because unlike Linux all the other operating systems really suck and don't include their own dependencies. -AC_CHECK_HEADERS([syslog.h sys/file.h sys/ioctl.h sys/mman.h sys/param.h sys/resource.h sys/socket.h sys/time.h sys/un.h sys/wait.h netdb.h arpa/inet.h dirent.h getopt.h stddef.h]) +AC_CHECK_HEADERS([syslog.h sys/file.h sys/ioctl.h sys/mman.h sys/param.h sys/resource.h sys/socket.h sys/time.h sys/un.h sys/wait.h netdb.h arpa/inet.h dirent.h getopt.h stddef.h sys/epoll.h]) AC_CHECK_HEADERS([net/if.h net/if_types.h net/ethernet.h net/if_arp.h netinet/in_systm.h netinet/in.h netinet/in6.h netpacket/packet.h], [], [], [#include "$srcdir/src/have.h"] )