|
@@ -295,22 +295,22 @@ dnl Check for functions before libevent, since libevent-1.2 apparently
|
|
dnl exports strlcpy without defining it in a header.
|
|
dnl exports strlcpy without defining it in a header.
|
|
|
|
|
|
AC_CHECK_FUNCS(
|
|
AC_CHECK_FUNCS(
|
|
- accept4 \
|
|
|
|
- clock_gettime \
|
|
|
|
|
|
+ accept4 \
|
|
|
|
+ clock_gettime \
|
|
flock \
|
|
flock \
|
|
ftime \
|
|
ftime \
|
|
getaddrinfo \
|
|
getaddrinfo \
|
|
- getifaddrs \
|
|
|
|
|
|
+ getifaddrs \
|
|
getrlimit \
|
|
getrlimit \
|
|
gettimeofday \
|
|
gettimeofday \
|
|
gmtime_r \
|
|
gmtime_r \
|
|
inet_aton \
|
|
inet_aton \
|
|
- ioctl \
|
|
|
|
|
|
+ ioctl \
|
|
localtime_r \
|
|
localtime_r \
|
|
- lround \
|
|
|
|
|
|
+ lround \
|
|
memmem \
|
|
memmem \
|
|
prctl \
|
|
prctl \
|
|
- rint \
|
|
|
|
|
|
+ rint \
|
|
socketpair \
|
|
socketpair \
|
|
strlcat \
|
|
strlcat \
|
|
strlcpy \
|
|
strlcpy \
|
|
@@ -626,7 +626,7 @@ dnl These headers are not essential
|
|
AC_CHECK_HEADERS(
|
|
AC_CHECK_HEADERS(
|
|
arpa/inet.h \
|
|
arpa/inet.h \
|
|
grp.h \
|
|
grp.h \
|
|
- ifaddrs.h \
|
|
|
|
|
|
+ ifaddrs.h \
|
|
inttypes.h \
|
|
inttypes.h \
|
|
limits.h \
|
|
limits.h \
|
|
linux/types.h \
|
|
linux/types.h \
|
|
@@ -635,7 +635,7 @@ AC_CHECK_HEADERS(
|
|
malloc/malloc.h \
|
|
malloc/malloc.h \
|
|
malloc_np.h \
|
|
malloc_np.h \
|
|
netdb.h \
|
|
netdb.h \
|
|
- net/if.h \
|
|
|
|
|
|
+ net/if.h \
|
|
netinet/in.h \
|
|
netinet/in.h \
|
|
netinet/in6.h \
|
|
netinet/in6.h \
|
|
pwd.h \
|
|
pwd.h \
|