comparison auto/os/conf @ 38:2879cd3a40cb NGINX_0_1_19

nginx 0.1.19 *) 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.
author Igor Sysoev <http://sysoev.ru>
date Wed, 16 Feb 2005 00:00:00 +0300
parents 7ca9bdc82b3f
children 41ccba1aba45
comparison
equal deleted inserted replaced
37:3376a7dea5d6 38:2879cd3a40cb
121 ngx_feature_test="struct kevent kev; 121 ngx_feature_test="struct kevent kev;
122 kev.fflags = NOTE_LOWAT;" 122 kev.fflags = NOTE_LOWAT;"
123 . auto/feature 123 . auto/feature
124 fi 124 fi
125 fi 125 fi
126
127 if [ NGX_SYSTEM != "NetBSD" ]; then
128
129 # NetBSD 2.0 incompatibly defines kevent.udata as "intptr_t"
130 cat << END >> $NGX_AUTO_CONFIG_H
131
132 #define NGX_KQUEUE_UDATA_T (void *)
133
134 END
135
136 fi
126 fi 137 fi