1
0
Fork 0
apache2/server/config.m4
Daniel Baumann 7263481e48
Adding upstream version 2.4.63.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 11:01:26 +02:00

19 lines
465 B
Text

dnl ## Check for libraries
dnl ## Check for header files
AC_CHECK_HEADERS(bstring.h unistd.h)
dnl ## Check for typedefs, structures, and compiler characteristics.
dnl ## Check for library functions
AC_CHECK_FUNCS(syslog)
dnl Obsolete scoreboard code uses this.
AC_CHECK_HEADERS(sys/times.h)
AC_CHECK_FUNCS(times)
dnl Add expr header files to INCLUDES
# util_expr needs header files in server source dir
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/server])