Skip to content

Commit 6b87e31

Browse files
author
antma
committed
fix some autoscan warnings
1 parent c4fd38a commit 6b87e31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎configure.ac

+4-2
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,17 @@ AC_ARG_ENABLE(liblua,[--enable-liblua/--disable-liblua],
9999
])
100100

101101
# Checks for header files.
102-
AC_CHECK_HEADERS([fcntl.h malloc.h stdlib.h string.h sys/socket.h unistd.h])
102+
AC_CHECK_HEADERS([fcntl.h malloc.h netdb.h stdlib.h string.h unistd.h arpa/inet.h mach/mach.h netinet/in.h sys/file.h sys/socket.h termios.h])
103103

104104
# Checks for typedefs, structures, and compiler characteristics.
105105
AC_TYPE_SIZE_T
106+
AC_TYPE_UID_T
107+
AC_C_INLINE
106108

107109
# Checks for library functions.
108110
AC_FUNC_MALLOC
109111
AC_FUNC_REALLOC
110-
AC_CHECK_FUNCS([memset select strdup strndup])
112+
AC_CHECK_FUNCS([alarm endpwent memset memmove mkdir select socket strdup strndup uname])
111113

112114
AC_SUBST(EXTRA_LIBS)
113115
AC_CONFIG_FILES([Makefile])

0 commit comments

Comments
 (0)