comparison 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
comparison
equal deleted inserted replaced
275:b836469c37c3 276:a2d1ccc96111
46 46
47 47
48 #define NGX_OK 0 48 #define NGX_OK 0
49 #define NGX_ERROR -1 49 #define NGX_ERROR -1
50 #define NGX_AGAIN -2 50 #define NGX_AGAIN -2
51 #define NGX_DONE -3
52 #define NGX_DECLINED -4
53 #define NGX_ABORT -5
54
55 /*
56 #define NGX_BUSY -3 51 #define NGX_BUSY -3
57 #define NGX_ALERT -5 52 #define NGX_DONE -4
58 */ 53 #define NGX_DECLINED -5
54 #define NGX_ABORT -6
59 55
60 56
61 #define LF 10 57 #define LF 10
62 #define CR 13 58 #define CR 13
63 #define CRLF "\x0d\x0a" 59 #define CRLF "\x0d\x0a"