comparison 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
comparison
equal deleted inserted replaced
868:f3fae36f262f 869:978a1e0fa9c1
1 1
2 /* 2 /*
3 * Copyright (C) Igor Sysoev 3 * Copyright (C) Igor Sysoev
4 */ 4 */
5 5
6
7 #define PERL_NO_GET_CONTEXT
8 6
9 #include <ngx_config.h> 7 #include <ngx_config.h>
10 #include <ngx_core.h> 8 #include <ngx_core.h>
11 #include <ngx_http.h> 9 #include <ngx_http.h>
12 #include <ngx_http_perl_module.h> 10 #include <ngx_http_perl_module.h>