nginx/src/core/ngx_core.h

11 lines
168 B
C
Raw Normal View History

2002-08-22 23:24:03 +08:00
#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_ */