diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-01-30 17:39:00 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-30 17:39:00 +0000 |
| commit | bbcea6c3d79208d002710734d5f0826e7fc79465 (patch) | |
| tree | d2a9e6650f2592929b613926c3ded9218164423b /auto/options | |
| parent | 10318a2e4f403d8e96dbdc939ccb51f19afdc180 (diff) | |
| download | nginx-bbcea6c3d79208d002710734d5f0826e7fc79465.tar.gz nginx-bbcea6c3d79208d002710734d5f0826e7fc79465.tar.bz2 | |
nginx-0.0.1-2004-01-30-20:39:00 import
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 5311af5a5..91b9b1b7a 100644 --- a/auto/options +++ b/auto/options @@ -6,6 +6,7 @@ OBJS=objs TEST_BUILD_DEVPOLL=NO TEST_BUILD_EPOLL=NO +TEST_BUILD_SIGIO=NO SELECT=YES POLL=YES @@ -56,6 +57,7 @@ do --test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;; --test-build-epoll) TEST_BUILD_EPOLL=YES ;; + --test-build-sigio) TEST_BUILD_SIGIO=YES ;; *) echo "$0: error: invalid option \"$option\"" |
