comparison src/core/ngx_core.h @ 143:5526213be452

nginx-0.0.1-2003-10-10-19:10:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 10 Oct 2003 15:10:50 +0000
parents be27f922b9a2
children 5afee0074707
comparison
equal deleted inserted replaced
142:cb77c084acdb 143:5526213be452
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_DECLINED -4
40 #define NGX_ABORT -5
41
42 /*
39 #define NGX_DONE -3 43 #define NGX_DONE -3
40 /*
41 #define NGX_BUSY -3 44 #define NGX_BUSY -3
42 */
43 #define NGX_DECLINED -4
44 /*
45 #define NGX_ALERT -5 45 #define NGX_ALERT -5
46 */ 46 */
47 47
48 48
49 #define LF 10 49 #define LF 10