commit | 10318a2e4f403d8e96dbdc939ccb51f19afdc180 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Jan 29 21:45:01 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Jan 29 21:45:01 2004 +0000 |
tree | f1907aa8c042ffc643b20dd694f0c00c64df9964 | |
parent | 76f7b5eeed458efc9b27ab9200c14396e26c157f [diff] [blame] |
nginx-0.0.1-2004-01-30-00:45:01 import
diff --git a/auto/options b/auto/options index 3064a95..5311af5 100644 --- a/auto/options +++ b/auto/options
@@ -5,6 +5,7 @@ OBJS=objs TEST_BUILD_DEVPOLL=NO +TEST_BUILD_EPOLL=NO SELECT=YES POLL=YES @@ -54,6 +55,7 @@ --with-zlib=*) ZLIB="$value" ;; --test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;; + --test-build-epoll) TEST_BUILD_EPOLL=YES ;; *) echo "$0: error: invalid option \"$option\""