mpm.h revision 14763a0db22322626dd8cd59dfbc3a4fcc655d99
3846N/A#include "scoreboard.h"
3846N/A#ifndef APACHE_MPM_THREADPOOL_H
3846N/A#define APACHE_MPM_THREADPOOL_H
3846N/A#define THREADPOOL_MPM
3846N/A#define AP_MPM_WANT_SET_PIDFILE
3846N/A#define AP_MPM_WANT_SET_LOCKFILE
3846N/A#define AP_MPM_WANT_SIGNAL_SERVER
3846N/A#define AP_MPM_WANT_SET_STACKSIZE
3846N/Aextern int ap_threads_per_child;
3846N/Aextern int ap_max_daemons_limit;