X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.in;h=22e5fb1f914fb04eb4866acaf475736e323b0e8e;hb=b7754e5aaa3cc453582d6c8c2e66483fdcd1ac0d;hp=ccc0d26c04a6ddef10589c49b9f72e31bc190e5c;hpb=ec495b2f15fc5ae22136c226c7966caf51f643f8;p=tinc diff --git a/configure.in b/configure.in index ccc0d26c..22e5fb1f 100644 --- a/configure.in +++ b/configure.in @@ -126,14 +126,10 @@ AC_CHECK_TYPES([socklen_t, struct ether_header, struct arphdr, struct ether_arp, ) dnl Checks for library functions. -AC_FUNC_MEMCMP -AC_FUNC_ALLOCA AC_TYPE_SIGNAL AC_CHECK_FUNCS([asprintf daemon fchmod flock ftime fork get_current_dir_name gettimeofday mlockall putenv random select strdup strerror strsignal strtol system time usleep unsetenv vsyslog writev], [], [], [#include "have.h"] ) -AC_FUNC_MALLOC -AC_FUNC_REALLOC dnl Support for SunOS