nginx-0.0.10-2004-09-07-19:29:22 import

This commit is contained in:
Igor Sysoev
2004-09-07 15:29:22 +00:00
parent aab4d8c0c4
commit 59cf56c5d9
30 changed files with 648 additions and 275 deletions

View File

@@ -136,6 +136,12 @@ if [ $HTTP = YES ]; then
$HTTP_NOT_MODIFIED_FILTER_MODULE"
fi
IMAP_MODULES=$IMAP_MODULE
if [ $IMAP = YES ]; then
modules="$modules $IMAP_MODULES"
fi
echo "#include <ngx_config.h>" > $NGX_MODULES_C
echo "#include <ngx_core.h>" >> $NGX_MODULES_C