view src/core/ngx_core.h @ 44:0e81ac0bb3e2

nginx-0.0.1-2003-01-09-08:36:00 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 09 Jan 2003 05:36:00 +0000
parents aa3b53e74728
children d81326c3b21b
line wrap: on
line source

#ifndef _NGX_CORE_H_INCLUDED_
#define _NGX_CORE_H_INCLUDED_


#define  NGX_OK          0
#define  NGX_ERROR      -1
#define  NGX_DONE        NGX_ERROR
#define  NGX_AGAIN      -2
#define  NGX_WAITING    -3
#define  NGX_DECLINED   -4


#endif /* _NGX_CORE_H_INCLUDED_ */