comparison src/core/ngx_core.h @ 98:c9b243802a17

nginx-0.0.1-2003-05-30-18:27:59 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 May 2003 14:27:59 +0000
parents 738fe44c70d5
children a059e1aa65d4
comparison
equal deleted inserted replaced
97:70d2345a903f 98:c9b243802a17
41 #define CR 13 41 #define CR 13
42 #define CRLF "\x0d\x0a" 42 #define CRLF "\x0d\x0a"
43 43
44 44
45 45
46 #define NGX_MAXHOSTNAMELEN 32 46 #define NGX_MAXHOSTNAMELEN 64
47 /* 47 /*
48 #define NGX_MAXHOSTNAMELEN MAXHOSTNAMELEN 48 #define NGX_MAXHOSTNAMELEN MAXHOSTNAMELEN
49 */ 49 */
50 50
51 51