config.m4 revision b095ab1f1a0708c604aa661d916b5dc9317d624c
if test "$MPM_NAME" = "prefork" ; then
dnl Turn off all threading functions in APR
apache_apr_flags="--disable-threads"
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
dnl Obsolete scoreboard code uses this.
AC_CHECK_HEADERS(sys/times.h)
AC_CHECK_FUNCS(times)
fi