if test "$mpm_explicit" = "no"; then
if test "$MPM_NAME" = "prefork" ; then
- MPM_NAME="mpmt_pthread"
- EXTRA_CFLAGS="$EXTRA_CFLAGS -DNO_THREADS"
+ MPM_NAME="prefork"
+ MPM_FAKE_NAME=prefork.c
+ EXTRA_CFLAGS="$EXTRA_CFLAGS -DPREFORK"
ac_cv_enable_threads="no"
AC_CACHE_SAVE
ln -s mpmt.c modules/mpm/mpmt/dexter.c
fi
- if test "$MPM_NAME" = "dexter" -o "$MPM_NAME" = "mpmt_pthread"; then
+ if test "$MPM_NAME" = "dexter" -o "$MPM_NAME" = "mpmt_pthread" -o "$MPM_NAME" = "prefork"; then
MPM_DIR=modules/mpm/mpmt;
MPM_LIB=$MPM_DIR/libmpmt.la
MPM_NAME="mpmt"
#if defined(DEXTER) || defined(MPMT_BEOS_MPM) || defined(BEOS_MPM)
#define CHILD_TABLE 1
#define CHILD_INFO_TABLE ap_child_table
-#elif defined(MPMT_PTHREAD) || defined (NO_THREADS) || defined(PREFORK_MPM)
+#elif defined(MPMT_PTHREAD) || defined (PREFORK) || defined(PREFORK_MPM)
#define SCOREBOARD 1
#define CHILD_INFO_TABLE ap_scoreboard_image->parent
#endif