summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_core.h
blob: f5b25c43ae7a83df72219709c5bc19cb17c4f249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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_ */