nginx/src/core/ngx_core.h

12 lines
207 B
C
Raw Normal View History

2002-08-22 23:24:03 +08:00
#ifndef _NGX_CORE_H_INCLUDED_
#define _NGX_CORE_H_INCLUDED_
2002-09-11 23:18:33 +08:00
#define NGX_OK 0
#define NGX_ERROR -1
#define NGX_AGAIN -2
#define NGX_DECLINED -3
2002-08-22 23:24:03 +08:00
#endif /* _NGX_CORE_H_INCLUDED_ */