Commit 19aefcb7 authored by Solomon Huang's avatar Solomon Huang

Remove MONGOOSE_NO_DAV on DAV_AUTH_FILE options

Building with -DMONGOOSE_NO_DAV will fail.
parent 6a46244a
...@@ -1082,9 +1082,7 @@ enum { ...@@ -1082,9 +1082,7 @@ enum {
CGI_INTERPRETER, CGI_INTERPRETER,
CGI_PATTERN, CGI_PATTERN,
#endif #endif
#ifndef MONGOOSE_NO_DAV
DAV_AUTH_FILE, DAV_AUTH_FILE,
#endif
DOCUMENT_ROOT, DOCUMENT_ROOT,
#ifndef MONGOOSE_NO_DIRECTORY_LISTING #ifndef MONGOOSE_NO_DIRECTORY_LISTING
ENABLE_DIRECTORY_LISTING, ENABLE_DIRECTORY_LISTING,
...@@ -1123,9 +1121,7 @@ static const char *static_config_options[] = { ...@@ -1123,9 +1121,7 @@ static const char *static_config_options[] = {
"cgi_interpreter", NULL, "cgi_interpreter", NULL,
"cgi_pattern", DEFAULT_CGI_PATTERN, "cgi_pattern", DEFAULT_CGI_PATTERN,
#endif #endif
#ifndef MONGOOSE_NO_DAV
"dav_auth_file", NULL, "dav_auth_file", NULL,
#endif
"document_root", NULL, "document_root", NULL,
#ifndef MONGOOSE_NO_DIRECTORY_LISTING #ifndef MONGOOSE_NO_DIRECTORY_LISTING
"enable_directory_listing", "yes", "enable_directory_listing", "yes",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment