changeset 869:978a1e0fa9c1

it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only
author Igor Sysoev <igor@sysoev.ru>
date Sat, 25 Nov 2006 23:24:24 +0000
parents f3fae36f262f
children 783c198b4ded
files src/http/modules/perl/nginx.xs
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/perl/nginx.xs
+++ b/src/http/modules/perl/nginx.xs
@@ -4,8 +4,6 @@
  */
 
 
-#define PERL_NO_GET_CONTEXT
-
 #include <ngx_config.h>
 #include <ngx_core.h>
 #include <ngx_http.h>