ngx_crc32()

This commit is contained in:
Igor Sysoev
2006-10-18 19:00:21 +00:00
parent 289e3caa46
commit 5864fc0fcc
4 changed files with 119 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ CORE_DEPS="src/core/nginx.h \
src/core/ngx_inet.h \
src/core/ngx_file.h \
src/core/ngx_crc.h \
src/core/ngx_crc32.h \
src/core/ngx_rbtree.h \
src/core/ngx_radix_tree.h \
src/core/ngx_times.h \
@@ -42,6 +43,7 @@ CORE_SRCS="src/core/nginx.c \
src/core/ngx_parse.c \
src/core/ngx_inet.c \
src/core/ngx_file.c \
src/core/ngx_crc32.c \
src/core/ngx_rbtree.c \
src/core/ngx_radix_tree.c \
src/core/ngx_times.c \