diff src/core/ngx_core.h @ 276:a2d1ccc96111

nginx-0.0.2-2004-03-03-00:14:37 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 02 Mar 2004 21:14:37 +0000
parents 5238e93961a1
children 0ba4821f4460
line wrap: on
line diff
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -48,14 +48,10 @@ typedef struct ngx_connection_s  ngx_con
 #define  NGX_OK          0
 #define  NGX_ERROR      -1
 #define  NGX_AGAIN      -2
-#define  NGX_DONE       -3
-#define  NGX_DECLINED   -4
-#define  NGX_ABORT      -5
-
-/*
 #define  NGX_BUSY       -3
-#define  NGX_ALERT      -5
-*/
+#define  NGX_DONE       -4
+#define  NGX_DECLINED   -5
+#define  NGX_ABORT      -6
 
 
 #define LF     10