comparison src/core/ngx_core.h @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents 0ba4821f4460
children 0bf903191ceb
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
54 #define NGX_DONE -4 54 #define NGX_DONE -4
55 #define NGX_DECLINED -5 55 #define NGX_DECLINED -5
56 #define NGX_ABORT -6 56 #define NGX_ABORT -6
57 57
58 58
59 #define LF 10 59 #define LF (u_char) 10
60 #define CR 13 60 #define CR (u_char) 13
61 #define CRLF "\x0d\x0a" 61 #define CRLF "\x0d\x0a"
62 62
63 63
64 64
65 #define NGX_MAXHOSTNAMELEN 64 65 #define NGX_MAXHOSTNAMELEN 64