From 1ebfead9da0596e8e84231f7ea8ba25a650a4d1e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 16 Feb 2005 13:40:36 +0000 Subject: nginx-0.1.19-RELEASE import *) Bugfix: now, if request contains the zero, then the 404 error is returned for the local requests. *) Bugfix: nginx could not be built on NetBSD 2.0. *) Bugfix: the timeout may occur while reading of the the client request body via SSL connections. --- auto/os/conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'auto/os/conf') diff --git a/auto/os/conf b/auto/os/conf index 71a143df7..737519938 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -123,4 +123,15 @@ if [ $NGX_PLATFORM != win32 ]; then . auto/feature fi fi + + if [ NGX_SYSTEM != "NetBSD" ]; then + + # NetBSD 2.0 incompatibly defines kevent.udata as "intptr_t" + cat << END >> $NGX_AUTO_CONFIG_H + +#define NGX_KQUEUE_UDATA_T (void *) + +END + + fi fi -- cgit