aboutsummaryrefslogtreecommitdiff
path: root/w32/common/MHD_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'w32/common/MHD_config.h')
-rw-r--r--w32/common/MHD_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 7a658d7b..d3ac3f7e 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -74,6 +74,12 @@
74/* Enable digest Auth support */ 74/* Enable digest Auth support */
75#define DAUTH_SUPPORT 1 75#define DAUTH_SUPPORT 1
76 76
77/* Enable MD5 hashing support. */
78#define MHD_MD5_SUPPORT 1
79
80/* Enable SHA-256 hashing support. */
81#define MHD_SHA256_SUPPORT 1
82
77/* Enable postprocessor.c */ 83/* Enable postprocessor.c */
78#define HAVE_POSTPROCESSOR 1 84#define HAVE_POSTPROCESSOR 1
79 85