comparison src/core/ngx_core.h @ 11:f323b4f74e4a

nginx-0.0.1-2002-09-12-18:42:29 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Sep 2002 14:42:29 +0000
parents 4f3879d9b6f6
children aa3b53e74728
comparison
equal deleted inserted replaced
10:4f3879d9b6f6 11:f323b4f74e4a
2 #define _NGX_CORE_H_INCLUDED_ 2 #define _NGX_CORE_H_INCLUDED_
3 3
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_AGAIN -2 8 #define NGX_AGAIN -2
8 #define NGX_DECLINED -3 9 #define NGX_DECLINED -3
9 10
10 11
11 #endif /* _NGX_CORE_H_INCLUDED_ */ 12 #endif /* _NGX_CORE_H_INCLUDED_ */