comparison auto/modules @ 370:9a242235a80a NGINX_0_6_29

nginx 0.6.29 *) Feature: the ngx_google_perftools_module. *) Bugfix: the ngx_http_perl_module could be not built on 64-bit platforms; bug appeared in 0.6.27.
author Igor Sysoev <http://sysoev.ru>
date Tue, 18 Mar 2008 00:00:00 +0300
parents 6aeb6e11b9e7
children
comparison
equal deleted inserted replaced
369:5906b8639a07 370:9a242235a80a
373 modules="$modules $MAIL_PROXY_MODULE" 373 modules="$modules $MAIL_PROXY_MODULE"
374 MAIL_SRCS="$MAIL_SRCS $MAIL_PROXY_SRCS" 374 MAIL_SRCS="$MAIL_SRCS $MAIL_PROXY_SRCS"
375 fi 375 fi
376 376
377 377
378 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then
379 modules="$modules $NGX_GOOGLE_PERFTOOLS_MODULE"
380 NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_GOOGLE_PERFTOOLS_SRCS"
381 fi
382
383
378 cat << END > $NGX_MODULES_C 384 cat << END > $NGX_MODULES_C
379 385
380 #include <ngx_config.h> 386 #include <ngx_config.h>
381 #include <ngx_core.h> 387 #include <ngx_core.h>
382 388