nginx-0.0.1-2004-01-30-20:39:00 import

This commit is contained in:
Igor Sysoev
2004-01-30 17:39:00 +00:00
parent 10318a2e4f
commit bbcea6c3d7
8 changed files with 431 additions and 104 deletions

View File

@@ -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\""