Moved apache code into a folder to help prepare for packaging where we dont want...
[httpd-crcsyncproxy.git] / apache / server / config.m4
blob85fa4d1791059b9ebb45f95a4071307510d40f40
1 dnl ## Check for libraries
3 dnl ## Check for header files
5 AC_CHECK_HEADERS(bstring.h unistd.h)
7 dnl ## Check for typedefs, structures, and compiler characteristics.
9 dnl ## Check for library functions
11 AC_CHECK_FUNCS(syslog)
13 dnl Obsolete scoreboard code uses this.
14     AC_CHECK_HEADERS(sys/times.h)
15     AC_CHECK_FUNCS(times)