aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_config_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_config_file.h')
-rw-r--r--src/core/ngx_config_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_config_file.h b/src/core/ngx_config_file.h
index 768dc666b..97a4d2a33 100644
--- a/src/core/ngx_config_file.h
+++ b/src/core/ngx_config_file.h
@@ -26,6 +26,8 @@
#define NGX_CONF_FILE_DONE 2
+#define NGX_CONF_ERROR (char *) -1
+
typedef struct ngx_conf_s ngx_conf_t;