aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-11-25 23:24:24 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-11-25 23:24:24 +0000
commitb5602b113ab5902035a54d5e06e8511b6f5380a2 (patch)
tree3afe55a319cf1adc0f4d85a60bffbdc95026e8b6 /src
parente9726bf7f4a547681282e026b2ca98d8c9028ed7 (diff)
downloadnginx-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.xs2
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>