git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882939
13f79535-47bb-0310-9956-
ffa450edef68
#include "apr_thread_proc.h"
#include "apr_signal.h"
#include "apr_thread_mutex.h"
-#include "apr_proc_mutex.h"
#include "apr_poll.h"
#include "apr_ring.h"
#include "apr_queue.h"
threads_per_child = DEFAULT_THREADS_PER_CHILD;
max_clients = ap_daemons_limit * threads_per_child;
ap_pid_fname = DEFAULT_PIDLOG;
- ap_lock_fname = DEFAULT_LOCKFILE;
ap_max_requests_per_child = DEFAULT_MAX_REQUESTS_PER_CHILD;
ap_extended_status = 0;
ap_max_mem_free = APR_ALLOCATOR_MAX_FREE_UNLIMITED;