diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-11-28 13:20:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-11-28 13:20:34 +0000 |
commit | 90d7bb2b13c2e3133300939734e202c9686a8f64 (patch) | |
tree | 9646691cead32479afdd136477843bb967fb27f7 | |
parent | 2f899aa56ca05acff094a3ebd1aa99665eee0c7a (diff) | |
download | nginx-90d7bb2b13c2e3133300939734e202c9686a8f64.tar.gz nginx-90d7bb2b13c2e3133300939734e202c9686a8f64.zip |
the PERL_NO_GET_CONTEXT is actually required, see perlguts
-rw-r--r-- | src/http/modules/perl/nginx.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 8f1854b3b..90b4c57a9 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> |