diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-06-03 15:42:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-06-03 15:42:58 +0000 |
commit | 1c10462e88491d52a23e22fbc3ca0012591df095 (patch) | |
tree | 5a71cf54dda493188473693e5b66a08fc8cdf161 /src/core/ngx_connection.h | |
parent | 7578ec9df43bbb31db5291f1b76359d10900a679 (diff) | |
download | nginx-1c10462e88491d52a23e22fbc3ca0012591df095.tar.gz nginx-1c10462e88491d52a23e22fbc3ca0012591df095.zip |
nginx-0.0.1-2003-06-03-19:42:58 import
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index c3e9e0902..c75fd1f06 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -1,26 +1,10 @@ #ifndef _NGX_CONNECTION_H_INCLUDED_ #define _NGX_CONNECTION_H_INCLUDED_ +#include <ngx_config.h> #include <ngx_core.h> - -#if 0 -#include <ngx_socket.h> -#include <ngx_log.h> -#include <ngx_alloc.h> -#include <ngx_hunk.h> -#include <ngx_array.h> -#include <ngx_string.h> - -#include <ngx_server.h> -#endif - -#if 0 -typedef struct ngx_connection_s ngx_connection_t; -#endif - -#ifdef NGX_EVENT #include <ngx_event.h> -#endif + struct ngx_connection_s { ngx_socket_t fd; |