before they are used to avoid linker errors when using the NLMCONV utility
to build Apache for NetWare. Patch submitted by Pavel Novy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90060
13f79535-47bb-0310-9956-
ffa450edef68
API_VAR_EXPORT int ap_daemons_limit=0;
time_t ap_restart_time=0;
API_VAR_EXPORT int ap_suexec_enabled = 0;
-int ap_listenbacklog;
+int ap_listenbacklog=0;
#ifdef SO_ACCEPTFILTER
int ap_acceptfilter =
#ifdef AP_ACCEPTFILTER_OFF
*
* Note that listeners != NULL is ensured by read_config().
*/
-listen_rec *ap_listeners;
+listen_rec *ap_listeners=NULL;
static listen_rec *head_listener;
API_VAR_EXPORT char ap_server_root[MAX_STRING_LEN]="";