mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-11 20:22:54 +08:00
Remove MONGOOSE_NO_DAV on DAV_AUTH_FILE options
Building with -DMONGOOSE_NO_DAV will fail.
This commit is contained in:
parent
6a46244a21
commit
19aefcb7dd
@ -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[] = {
|
|||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user