diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-03-15 09:53:04 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-03-15 09:53:04 +0000 |
| commit | 8fea885cbf8d63d67ee6b7ea82e3e0438182ac36 (patch) | |
| tree | 232fb0db90b71aeb124c970bf619f3dd1de19aac /auto/os | |
| parent | 5e40d785cbb896a9ed218c6a599863f2a82aa721 (diff) | |
| download | nginx-release-0.3.33.tar.gz nginx-release-0.3.33.tar.bz2 | |
nginx-0.3.33-RELEASE importrelease-0.3.33
*) Feature: the "http_503" parameter of the "proxy_next_upstream" or
"fastcgi_next_upstream" directives.
*) Bugfix: ngx_http_perl_module did not work with inlined in the
configuration code, if it was not started with the "sub" word.
*) Bugfix: in the "post_action" directive.
Diffstat (limited to '')
| -rw-r--r-- | auto/os/features | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/auto/os/features b/auto/os/features index 702815187..e8ae033d0 100644 --- a/auto/os/features +++ b/auto/os/features @@ -120,8 +120,8 @@ if test -z "$NGX_KQUEUE_CHECKED"; then if [ "$NGX_SYSTEM" = "Darwin" ]; then - ngx_feature="MacOSX 64-bit kqueue millisecond timeout bug" - ngx_feature_name= + ngx_feature="Darwin 64-bit kqueue millisecond timeout bug" + ngx_feature_name=NGX_DARWIN_KEVENT_BUG ngx_feature_run=bug ngx_feature_incs="#include <sys/event.h> #include <sys/time.h>" @@ -144,30 +144,11 @@ if test -z "$NGX_KQUEUE_CHECKED"; then if (tv.tv_sec * 1000000 + tv.tv_usec < 900000) return 1;" . auto/feature - - ngx_macosx_kevent_bug=$ngx_found fi fi fi -if [ ".$ngx_macosx_kevent_bug" = .yes ]; then - - cat << END >> $NGX_AUTO_CONFIG_H - -#define NGX_MACOSX_KEVENT_BUG_SHIFT << 32 - -END - -else - cat << END >> $NGX_AUTO_CONFIG_H - -#define NGX_MACOSX_KEVENT_BUG_SHIFT - -END -fi - - if [ "$NGX_SYSTEM" = "NetBSD" ]; then # NetBSD 2.0 incompatibly defines kevent.udata as "intptr_t" |
