diff options
Diffstat (limited to 'include/http_core.h')
-rw-r--r-- | include/http_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h index 7c4f166e09..6a5744891f 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -771,6 +771,9 @@ typedef struct { apr_int32_t flush_max_pipelined; unsigned int strict_host_check; unsigned int merge_slashes; +#ifdef WIN32 + apr_array_header_t *unc_list; +#endif } core_server_config; /* for AddOutputFiltersByType in core.c */ |