comparison auto/sources @ 3541:21452748d165

import original ngx_http_uwsgi_module version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 15:53:11 +0000
parents e60e00b4fe0c
children d656caa72ec9
comparison
equal deleted inserted replaced
3540:2bf7f72f26b7 3541:21452748d165
410 410
411 HTTP_FASTCGI_MODULE=ngx_http_fastcgi_module 411 HTTP_FASTCGI_MODULE=ngx_http_fastcgi_module
412 HTTP_FASTCGI_SRCS=src/http/modules/ngx_http_fastcgi_module.c 412 HTTP_FASTCGI_SRCS=src/http/modules/ngx_http_fastcgi_module.c
413 413
414 414
415 HTTP_UWSGI_MODULE=ngx_http_uwsgi_module
416 HTTP_UWSGI_SRCS=src/http/modules/ngx_http_uwsgi_module.c
417
418
415 HTTP_PERL_MODULE=ngx_http_perl_module 419 HTTP_PERL_MODULE=ngx_http_perl_module
416 HTTP_PERL_INCS=src/http/modules/perl 420 HTTP_PERL_INCS=src/http/modules/perl
417 HTTP_PERL_DEPS=src/http/modules/perl/ngx_http_perl_module.h 421 HTTP_PERL_DEPS=src/http/modules/perl/ngx_http_perl_module.h
418 HTTP_PERL_SRCS=src/http/modules/perl/ngx_http_perl_module.c 422 HTTP_PERL_SRCS=src/http/modules/perl/ngx_http_perl_module.c
419 423