view src/core/ngx_core.h @ 9:6f58641241bb

nginx-0.0.1-2002-09-07-14:14:25 import
author Igor Sysoev <igor@sysoev.ru>
date Sat, 07 Sep 2002 10:14:25 +0000
parents c5f071d376e5
children 4f3879d9b6f6
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_AGAIN  -2


#endif /* _NGX_CORE_H_INCLUDED_ */