comparison src/core/ngx_core.h @ 57:a499e0d1f16e

nginx-0.0.1-2003-01-30-10:28:09 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Jan 2003 07:28:09 +0000
parents d81326c3b21b
children e43f406e4525
comparison
equal deleted inserted replaced
56:058f01f78761 57:a499e0d1f16e
6 #define NGX_ERROR -1 6 #define NGX_ERROR -1
7 #define NGX_DONE NGX_ERROR 7 #define NGX_DONE NGX_ERROR
8 #define NGX_AGAIN -2 8 #define NGX_AGAIN -2
9 #define NGX_WAITING -3 9 #define NGX_WAITING -3
10 #define NGX_DECLINED -4 10 #define NGX_DECLINED -4
11 #define NGX_ALERT -5
11 12
12 13
13 #define NGX_MAXHOSTNAMELEN 32 14 #define NGX_MAXHOSTNAMELEN 32
14 /* 15 /*
15 #define NGX_MAXHOSTNAMELEN MAXHOSTNAMELEN 16 #define NGX_MAXHOSTNAMELEN MAXHOSTNAMELEN