*/
int ap_threads_per_child=HARD_THREAD_LIMIT; /* Worker threads per child */
-int ap_max_requests_per_child=0;
+static int ap_max_requests_per_child=0;
static const char *ap_pid_fname=NULL;
static int ap_threads_to_start=0;
static int min_spare_threads=0;
#define APACHE_MPM_BEOS_H
extern int ap_threads_per_child;
-extern int ap_max_requests_per_child;
extern int ap_pipe_of_death[2];
extern int ap_extended_status;
extern void clean_child_exit(int);
#define MPM_NOTE_CHILD_KILLED(i) (MPM_CHILD_PID(i) = 0)
extern int ap_threads_per_child;
-extern int ap_max_requests_per_child;
extern int ap_max_daemons_limit;
extern server_rec *ap_server_conf;
extern char ap_coredump_dir[MAX_STRING_LEN];
*/
int ap_threads_per_child=0; /* Worker threads per child */
-int ap_max_requests_per_child=0;
+static int ap_max_requests_per_child=0;
static const char *ap_pid_fname=NULL;
static int ap_daemons_to_start=0;
static int min_spare_threads=0;
/* From winnt.c: */
extern OSVERSIONINFO osver;
-extern int ap_max_requests_per_child;
extern void clean_child_exit(int);
AP_DECLARE(void) ap_start_shutdown(void);
ap_make_full_path
ap_make_method_list
ap_matches_request_vhost
-ap_max_requests_per_child
ap_md5
ap_md5_binary
ap_md5contextTo64