diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 15:29:08 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 15:29:08 +0000 |
| commit | ab517d58277429bba16d0641e00aebea061db1ce (patch) | |
| tree | fca49eca624c51e0ae7c829f0ce64233496c610e /auto/modules | |
| parent | 3043bfcf105e47969720d5bce8c3a89afe8e666d (diff) | |
| download | nginx-ab517d58277429bba16d0641e00aebea061db1ce.tar.gz nginx-ab517d58277429bba16d0641e00aebea061db1ce.tar.bz2 | |
nginx-0.0.3-2004-05-18-19:29:08 import
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index 5736a46ba..68d6eed05 100644 --- a/auto/modules +++ b/auto/modules @@ -77,6 +77,9 @@ if [ $HTTP_PROXY = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_PROXY_SRCS" fi +if [ -r $OBJS/auto ]; then + . $OBJS/auto +fi modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES $HTTP_FILTER_MODULES \ $HTTP_HEADERS_FILTER_MODULE \ |
