mirror of
https://github.com/nginx/nginx.git
synced 2024-12-14 20:28:59 +08:00
11 lines
168 B
C
11 lines
168 B
C
|
#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_ */
|