aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-11-28 13:20:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-11-28 13:20:34 +0000
commit90d7bb2b13c2e3133300939734e202c9686a8f64 (patch)
tree9646691cead32479afdd136477843bb967fb27f7 /src
parent2f899aa56ca05acff094a3ebd1aa99665eee0c7a (diff)
downloadnginx-90d7bb2b13c2e3133300939734e202c9686a8f64.tar.gz
nginx-90d7bb2b13c2e3133300939734e202c9686a8f64.zip
the PERL_NO_GET_CONTEXT is actually required, see perlguts
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/perl/nginx.xs2
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>