diff src/core/ngx_core.h @ 11:f323b4f74e4a

nginx-0.0.1-2002-09-12-18:42:29 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Sep 2002 14:42:29 +0000
parents 4f3879d9b6f6
children aa3b53e74728
line wrap: on
line diff
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -4,6 +4,7 @@
 
 #define  NGX_OK          0
 #define  NGX_ERROR      -1
+#define  NGX_DONE        NGX_ERROR
 #define  NGX_AGAIN      -2
 #define  NGX_DECLINED   -3