mpm.h revision 14763a0db22322626dd8cd59dfbc3a4fcc655d99
1766N/A#include "mpm_default.h"
1766N/A#ifndef APACHE_MPM_PERCHILD_H
1766N/A#define APACHE_MPM_PERCHILD_H
5680N/A#define PERCHILD_MPM
1766N/A#define AP_MPM_WANT_SET_PIDFILE
1766N/A#define AP_MPM_WANT_SET_LOCKFILE
2899N/A#define AP_MPM_WANT_SIGNAL_SERVER
2899N/A#define AP_MPM_WANT_SET_STACKSIZE
4968N/A#define AP_MPM_USES_POD
5680N/A#define SERVER_DEAD 0
1766N/Aextern int ap_threads_per_child;
1766N/Aextern int ap_max_daemons_limit;