comparison src/http/modules/perl/ngx_http_perl_module.h @ 248:acd2ec3541cb NGINX_0_4_9

nginx 0.4.9 *) Feature: the "set" parameter in the "include" SSI command. *) Feature: the ngx_http_perl_module now tests the nginx.pm module version.
author Igor Sysoev <http://sysoev.ru>
date Fri, 13 Oct 2006 00:00:00 +0400
parents 38e7b94d63ac
children 6ae1357b7b7c
comparison
equal deleted inserted replaced
247:fcca101509a4 248:acd2ec3541cb
9 9
10 10
11 #include <ngx_config.h> 11 #include <ngx_config.h>
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 #include <ngx_http.h> 13 #include <ngx_http.h>
14 #include <nginx.h>
14 15
15 #include <EXTERN.h> 16 #include <EXTERN.h>
16 #include <perl.h> 17 #include <perl.h>
17 18
18 19