diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-07 06:11:50 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-07 06:11:50 +0000 |
commit | 9d639520aa95f0ff3882ea348d4347f69cbae493 (patch) | |
tree | a163ada230b77745dc9117df4a2a5dce756115cc /src/core/ngx_modules.c | |
parent | 340b03b201c77f394cc70fda4d960ad6c3b68905 (diff) | |
download | nginx-9d639520aa95f0ff3882ea348d4347f69cbae493.tar.gz nginx-9d639520aa95f0ff3882ea348d4347f69cbae493.zip |
nginx-0.0.1-2003-07-07-10:11:50 import
Diffstat (limited to 'src/core/ngx_modules.c')
-rw-r--r-- | src/core/ngx_modules.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c index a88a532fc..50655abf4 100644 --- a/src/core/ngx_modules.c +++ b/src/core/ngx_modules.c @@ -53,9 +53,7 @@ ngx_module_t *ngx_modules[] = { &ngx_events_module, &ngx_event_core_module, -#if 0 &ngx_select_module, -#endif #if (HAVE_POLL) &ngx_poll_module, #endif |