AC_HEADER_TIME
dnl Checks for library functions.
-AC_CHECK_FUNCS([gettimeofday vasprintf fcntl clock_gettime strtok_r strsep])
-AC_CHECK_FUNCS([getnameinfo strlcpy inet_ntop inet_pton signal sigaction strtoll inet_aton pipe eventfd sendfile mmap splice arc4random arc4random_buf issetugid geteuid getegid getprotobynumber setenv unsetenv putenv sysctl])
+AC_CHECK_FUNCS([ \
+ arc4random \
+ arc4random_buf \
+ clock_gettime \
+ eventfd \
+ fcntl \
+ getegid \
+ geteuid \
+ getifaddrs \
+ getnameinfo \
+ getprotobynumber \
+ gettimeofday \
+ inet_aton \
+ inet_ntop \
+ inet_pton \
+ issetugid \
+ mmap \
+ pipe \
+ putenv \
+ sendfile \
+ setenv \
+ sigaction \
+ signal \
+ splice \
+ strlcpy \
+ strsep \
+ strtok_r \
+ strtoll \
++ sysctl \
+ unsetenv \
+ vasprintf \
+])
AC_CACHE_CHECK(
[for getaddrinfo],