view src/core/ngx_core.h @ 8:708f8bb772ec

nginx-0.0.1-2002-09-02-18:48:24 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Sep 2002 14:48:24 +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_ */