diff src/core/ngx_core.h @ 4:c5f071d376e5

nginx-0.0.1-2002-08-22-19:24:03 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 Aug 2002 15:24:03 +0000
parents
children 4f3879d9b6f6
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/src/core/ngx_core.h
@@ -0,0 +1,10 @@
+#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_ */