comparison src/http/modules/perl/ngx_http_perl_module.h @ 775:a452a0e13539

check nginx.pm version
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Oct 2006 19:55:15 +0000
parents 7e24168b0853
children f3fae36f262f
comparison
equal deleted inserted replaced
774:589841f06b87 775:a452a0e13539
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