From 90d7bb2b13c2e3133300939734e202c9686a8f64 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 28 Nov 2006 13:20:34 +0000 Subject: the PERL_NO_GET_CONTEXT is actually required, see perlguts --- src/http/modules/perl/nginx.xs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 #include #include -- cgit