summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_core.h
blob: 882b256eb77353a0a885698b13c1edef1c1553fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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_BUSY       -3
#define  NGX_DECLINED   -4
#define  NGX_ALERT      -5


#define NGX_MAXHOSTNAMELEN 32
/*
#define NGX_MAXHOSTNAMELEN MAXHOSTNAMELEN
*/


#endif /* _NGX_CORE_H_INCLUDED_ */