comparison src/http/modules/perl/nginx.xs @ 882:26c3e48b9996

the PERL_NO_GET_CONTEXT is actually required, see perlguts
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Nov 2006 13:20:34 +0000
parents 978a1e0fa9c1
children 424636f52f44
comparison
equal deleted inserted replaced
881:5ed08a4c3bd3 882:26c3e48b9996
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
6 8
7 #include <ngx_config.h> 9 #include <ngx_config.h>
8 #include <ngx_core.h> 10 #include <ngx_core.h>
9 #include <ngx_http.h> 11 #include <ngx_http.h>
10 #include <ngx_http_perl_module.h> 12 #include <ngx_http_perl_module.h>