comparison src/core/ngx_core.h @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents 59229033ae93
children 19cc647ecd91
comparison
equal deleted inserted replaced
90:37530da31268 91:637625a2acdb
1 #ifndef _NGX_CORE_H_INCLUDED_ 1 #ifndef _NGX_CORE_H_INCLUDED_
2 #define _NGX_CORE_H_INCLUDED_ 2 #define _NGX_CORE_H_INCLUDED_
3
4
5 #include <ngx_types.h>
6 #include <ngx_time.h>
7 #include <ngx_socket.h>
8 #include <ngx_files.h>
9
10 #include <ngx_log.h>
11 #include <ngx_alloc.h>
12 #include <ngx_hunk.h>
13 #include <ngx_array.h>
14 #include <ngx_string.h>
15 #include <ngx_file.h>
16 #include <ngx_conf_file.h>
17 #include <ngx_connection.h>
18 #include <ngx_os_init.h>
19
3 20
4 21
5 #define NGX_OK 0 22 #define NGX_OK 0
6 #define NGX_ERROR -1 23 #define NGX_ERROR -1
7 #define NGX_AGAIN -2 24 #define NGX_AGAIN -2