Commit 5dff6038 authored by Geoff Simmons's avatar Geoff Simmons

Add some autoconf checks recommended by autoscan.

parent 94347248
......@@ -50,6 +50,16 @@ AC_SUBST([VARNISH_LIBRARY_PATH],
# Checks for C sources
AC_CHECK_FUNCS([strdup])
AC_CHECK_FUNCS([memset])
AC_CHECK_FUNCS([select])
AC_CHECK_FUNCS([strerror])
AC_CHECK_HEADERS([limits.h])
AC_C_INLINE
AC_C_RESTRICT
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_TYPE_SIZE_T
AC_TYPE_UINT64_T
# --enable-stack-protector
AC_ARG_ENABLE(stack-protector,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment