diff src/core/ngx_conf_file.h @ 4768:1c5e2e4d5b35

Improved diagnostics when a directive is specified in the wrong context.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 29 Jul 2012 19:59:06 +0000
parents 67653855682e
children 6e46016ea276
line wrap: on
line diff
--- a/src/core/ngx_conf_file.h
+++ b/src/core/ngx_conf_file.h
@@ -45,7 +45,7 @@
 #define NGX_CONF_ANY         0x00000400
 #define NGX_CONF_1MORE       0x00000800
 #define NGX_CONF_2MORE       0x00001000
-#define NGX_CONF_MULTI       0x00002000
+#define NGX_CONF_MULTI       0x00000000  /* compatibility */
 
 #define NGX_DIRECT_CONF      0x00010000