diff src/http/modules/perl/nginx.xs @ 882:26c3e48b9996

the PERL_NO_GET_CONTEXT is actually required, see perlguts
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Nov 2006 13:20:34 +0000
parents 978a1e0fa9c1
children 424636f52f44
line wrap: on
line diff
--- 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>