comparison src/core/ngx_core.h @ 22:aa3b53e74728

nginx-0.0.1-2002-12-05-19:21:24 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 05 Dec 2002 16:21:24 +0000
parents f323b4f74e4a
children d81326c3b21b
comparison
equal deleted inserted replaced
21:df7fb216a149 22:aa3b53e74728
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_DECLINED -3 9 #define NGX_WAITING -3
10 #define NGX_DECLINED -4
10 11
11 12
12 #endif /* _NGX_CORE_H_INCLUDED_ */ 13 #endif /* _NGX_CORE_H_INCLUDED_ */