upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / server / config.m4
1 dnl ## Check for libraries
2
3 dnl ## Check for header files
4
5 AC_CHECK_HEADERS(bstring.h unistd.h)
6
7 dnl ## Check for typedefs, structures, and compiler characteristics.
8
9 dnl ## Check for library functions
10
11 AC_CHECK_FUNCS(syslog)
12
13 dnl Obsolete scoreboard code uses this.
14     AC_CHECK_HEADERS(sys/times.h)
15     AC_CHECK_FUNCS(times)