summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_core.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-09-11 15:18:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-09-11 15:18:33 +0000
commite0268b95c6dea75f88d3874213b1aa0cd0aba692 (patch)
tree49f871f82639d76c81618bff00546591bfef37d9 /src/core/ngx_core.h
parent96f8377fd89b8735027ccfebea8ad9e77f40f51c (diff)
downloadnginx-e0268b95c6dea75f88d3874213b1aa0cd0aba692.tar.gz
nginx-e0268b95c6dea75f88d3874213b1aa0cd0aba692.tar.bz2
nginx-0.0.1-2002-09-11-19:18:33 import
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index 137e160d7..f3302c315 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -2,9 +2,10 @@
#define _NGX_CORE_H_INCLUDED_
-#define NGX_OK 0
-#define NGX_ERROR -1
-#define NGX_AGAIN -2
+#define NGX_OK 0
+#define NGX_ERROR -1
+#define NGX_AGAIN -2
+#define NGX_DECLINED -3
#endif /* _NGX_CORE_H_INCLUDED_ */