comparison src/core/ngx_core.h @ 4:c5f071d376e5

nginx-0.0.1-2002-08-22-19:24:03 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 Aug 2002 15:24:03 +0000
parents
children 4f3879d9b6f6
comparison
equal deleted inserted replaced
3:34a521b1a148 4:c5f071d376e5
1 #ifndef _NGX_CORE_H_INCLUDED_
2 #define _NGX_CORE_H_INCLUDED_
3
4
5 #define NGX_OK 0
6 #define NGX_ERROR -1
7 #define NGX_AGAIN -2
8
9
10 #endif /* _NGX_CORE_H_INCLUDED_ */