summaryrefslogtreecommitdiffstats
path: root/include/http_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_core.h')
-rw-r--r--include/http_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h
index 948034f..9fb9f51 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -756,6 +756,9 @@ typedef struct {
apr_size_t flush_max_threshold;
apr_int32_t flush_max_pipelined;
unsigned int strict_host_check;
+#ifdef WIN32
+ apr_array_header_t *unc_list;
+#endif
} core_server_config;
/* for AddOutputFiltersByType in core.c */