Commit e1486a79 authored by Sergey Lyubka's avatar Sergey Lyubka

Merge pull request #350 from solomonhuang/nodav

Remove MONGOOSE_NO_DAV on DAV_AUTH_FILE options
parents ee615248 19aefcb7
......@@ -1082,9 +1082,7 @@ enum {
CGI_INTERPRETER,
CGI_PATTERN,
#endif
#ifndef MONGOOSE_NO_DAV
DAV_AUTH_FILE,
#endif
DOCUMENT_ROOT,
#ifndef MONGOOSE_NO_DIRECTORY_LISTING
ENABLE_DIRECTORY_LISTING,
......@@ -1123,9 +1121,7 @@ static const char *static_config_options[] = {
"cgi_interpreter", NULL,
"cgi_pattern", DEFAULT_CGI_PATTERN,
#endif
#ifndef MONGOOSE_NO_DAV
"dav_auth_file", NULL,
#endif
"document_root", NULL,
#ifndef MONGOOSE_NO_DIRECTORY_LISTING
"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