comparison src/core/ngx_core.h @ 148:5afee0074707

nginx-0.0.1-2003-10-17-00:19:16 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 16 Oct 2003 20:19:16 +0000
parents 5526213be452
children 70b36c805682
comparison
equal deleted inserted replaced
147:be71fca7f9d7 148:5afee0074707
34 34
35 35
36 #define NGX_OK 0 36 #define NGX_OK 0
37 #define NGX_ERROR -1 37 #define NGX_ERROR -1
38 #define NGX_AGAIN -2 38 #define NGX_AGAIN -2
39 #define NGX_DONE -3
39 #define NGX_DECLINED -4 40 #define NGX_DECLINED -4
40 #define NGX_ABORT -5 41 #define NGX_ABORT -5
41 42
42 /* 43 /*
43 #define NGX_DONE -3
44 #define NGX_BUSY -3 44 #define NGX_BUSY -3
45 #define NGX_ALERT -5 45 #define NGX_ALERT -5
46 */ 46 */
47 47
48 48