aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_modules.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-07-04 06:03:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-07-04 06:03:52 +0000
commitbe3c2b69a4c18e3810b1ed1ba407f0be37230c27 (patch)
tree0dcdfe5e40c57d3da90efe889fa9f49d54ef4414 /src/core/ngx_modules.c
parent7349befe26d264159cacc4d3dee3964b32e79c83 (diff)
downloadnginx-be3c2b69a4c18e3810b1ed1ba407f0be37230c27.tar.gz
nginx-be3c2b69a4c18e3810b1ed1ba407f0be37230c27.zip
nginx-0.0.1-2003-07-04-10:03:52 import
Diffstat (limited to 'src/core/ngx_modules.c')
-rw-r--r--src/core/ngx_modules.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c
index 50655abf4..a88a532fc 100644
--- a/src/core/ngx_modules.c
+++ b/src/core/ngx_modules.c
@@ -53,7 +53,9 @@ 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