in DSO mode anyway.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87329
13f79535-47bb-0310-9956-
ffa450edef68
#include "apr_strings.h"
module AP_MODULE_DECLARE_DATA file_cache_module;
-static int once_through = 0;
typedef struct {
#if APR_HAS_SENDFILE
a_file *elts;
int nelts;
- once_through++;
-
/* sort the elements of the main_server, by filename */
sconf = ap_get_module_config(s->module_config, &file_cache_module);
elts = (a_file *)sconf->files->elts;