mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
build-sys: make build work under FreeBSD
Signed-off-by: Ryan Steinmetz <zi@freebsd.org> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
7c337de651
commit
1c40d8ac1e
2 changed files with 21 additions and 0 deletions
|
|
@ -26,11 +26,13 @@ LT_INIT
|
|||
# Checks for header files.
|
||||
AC_CHECK_HEADERS([\
|
||||
arpa/inet.h \
|
||||
error.h \
|
||||
fcntl.h \
|
||||
langinfo.h \
|
||||
libintl.h \
|
||||
netinet/in.h \
|
||||
stddef.h \
|
||||
stdio_ext.h \
|
||||
stdlib.h \
|
||||
string.h \
|
||||
strings.h \
|
||||
|
|
@ -50,6 +52,8 @@ AC_TYPE_UINT32_T
|
|||
AC_FUNC_MALLOC
|
||||
AC_FUNC_REALLOC
|
||||
AC_CHECK_FUNCS([\
|
||||
__fpending \
|
||||
error \
|
||||
inet_ntoa \
|
||||
memset \
|
||||
nl_langinfo \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue