nginx-0.0.1-2004-01-30-00:45:01 import

This commit is contained in:
Igor Sysoev
2004-01-29 21:45:01 +00:00
parent 76f7b5eeed
commit 10318a2e4f
16 changed files with 497 additions and 267 deletions

View File

@@ -5,6 +5,7 @@ CC=gcc
OBJS=objs
TEST_BUILD_DEVPOLL=NO
TEST_BUILD_EPOLL=NO
SELECT=YES
POLL=YES
@@ -54,6 +55,7 @@ do
--with-zlib=*) ZLIB="$value" ;;
--test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;;
--test-build-epoll) TEST_BUILD_EPOLL=YES ;;
*)
echo "$0: error: invalid option \"$option\""