mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-11 03:46:25 +08:00
Merge pull request #436 from jhnwkmn/no-cgi
MONGOOSE_NO_CGI needs special handling.
This commit is contained in:
commit
ea76de07ee
@ -1320,13 +1320,15 @@ typedef pid_t process_id_t;
|
||||
#define MONGOOSE_IDLE_TIMEOUT_SECONDS 300
|
||||
#endif
|
||||
|
||||
#ifdef NS_DISABLE_SOCKETPAIR
|
||||
#if defined(NS_DISABLE_SOCKETPAIR) && !defined(MONGOOSE_NO_CGI)
|
||||
#define MONGOOSE_NO_CGI
|
||||
#endif
|
||||
|
||||
#ifdef MONGOOSE_NO_FILESYSTEM
|
||||
#define MONGOOSE_NO_AUTH
|
||||
#if !defined(MONGOOSE_NO_CGI)
|
||||
#define MONGOOSE_NO_CGI
|
||||
#endif
|
||||
#define MONGOOSE_NO_DAV
|
||||
#define MONGOOSE_NO_DIRECTORY_LISTING
|
||||
#define MONGOOSE_NO_LOGGING
|
||||
|
Loading…
Reference in New Issue
Block a user