comparison src/core/ngx_core.h @ 69:e43f406e4525

nginx-0.0.1-2003-03-20-19:09:44 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Mar 2003 16:09:44 +0000
parents a499e0d1f16e
children 59229033ae93
comparison
equal deleted inserted replaced
68:d549fdc17d7e 69:e43f406e4525
4 4
5 #define NGX_OK 0 5 #define NGX_OK 0
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_BUSY -3
10 #define NGX_DECLINED -4 10 #define NGX_DECLINED -4
11 #define NGX_ALERT -5 11 #define NGX_ALERT -5
12 12
13 13
14 #define NGX_MAXHOSTNAMELEN 32 14 #define NGX_MAXHOSTNAMELEN 32