comparison src/core/ngx_core.h @ 93:738fe44c70d5

nginx-0.0.1-2003-05-21-17:28:21 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 May 2003 13:28:21 +0000
parents 19cc647ecd91
children c9b243802a17
comparison
equal deleted inserted replaced
92:19cc647ecd91 93:738fe44c70d5
35 /* 35 /*
36 #define NGX_ALERT -5 36 #define NGX_ALERT -5
37 */ 37 */
38 38
39 39
40 #define LF 10
41 #define CR 13
42 #define CRLF "\x0d\x0a"
43
44
45
40 #define NGX_MAXHOSTNAMELEN 32 46 #define NGX_MAXHOSTNAMELEN 32
41 /* 47 /*
42 #define NGX_MAXHOSTNAMELEN MAXHOSTNAMELEN 48 #define NGX_MAXHOSTNAMELEN MAXHOSTNAMELEN
43 */ 49 */
44 50