ngx_http_browser_module

This commit is contained in:
Igor Sysoev
2006-09-18 12:25:07 +00:00
parent e8f23e99aa
commit 3383ff67a5
4 changed files with 562 additions and 0 deletions

View File

@@ -386,6 +386,10 @@ HTTP_EMPTY_GIF_MODULE=ngx_http_empty_gif_module
HTTP_EMPTY_GIF_SRCS=src/http/modules/ngx_http_empty_gif_module.c
HTTP_BROWSER_MODULE=ngx_http_browser_module
HTTP_BROWSER_SRCS=src/http/modules/ngx_http_browser_module.c
IMAP_INCS="src/imap"
IMAP_DEPS="src/imap/ngx_imap.h"