diff src/http/modules/perl/nginx.xs @ 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 dbc6819acfcc
children 26c3e48b9996
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>