commit | 90d7bb2b13c2e3133300939734e202c9686a8f64 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Nov 28 13:20:34 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Nov 28 13:20:34 2006 +0000 |
tree | 9646691cead32479afdd136477843bb967fb27f7 | |
parent | 2f899aa56ca05acff094a3ebd1aa99665eee0c7a [diff] |
the PERL_NO_GET_CONTEXT is actually required, see perlguts
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 8f1854b..90b4c57 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs
@@ -4,6 +4,8 @@ */ +#define PERL_NO_GET_CONTEXT + #include <ngx_config.h> #include <ngx_core.h> #include <ngx_http.h>