diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-11-25 23:24:24 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-11-25 23:24:24 +0000 |
commit | b5602b113ab5902035a54d5e06e8511b6f5380a2 (patch) | |
tree | 3afe55a319cf1adc0f4d85a60bffbdc95026e8b6 /src | |
parent | e9726bf7f4a547681282e026b2ca98d8c9028ed7 (diff) | |
download | nginx-b5602b113ab5902035a54d5e06e8511b6f5380a2.tar.gz nginx-b5602b113ab5902035a54d5e06e8511b6f5380a2.zip |
it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/perl/nginx.xs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 90b4c57a9..8f1854b3b 100644 --- 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> |