diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-10-18 19:00:21 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-18 19:00:21 +0000 |
| commit | 5864fc0fcc3743bd91577cb6d6f1dcadb150459c (patch) | |
| tree | c5e7d3ea9f449246aef8944130b7041512e3a2e7 /auto/sources | |
| parent | 289e3caa4664402a06535445f3505ad5b9a85073 (diff) | |
| download | nginx-5864fc0fcc3743bd91577cb6d6f1dcadb150459c.tar.gz nginx-5864fc0fcc3743bd91577cb6d6f1dcadb150459c.tar.bz2 | |
ngx_crc32()
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 5af4dce38..c031ef8e1 100644 --- a/auto/sources +++ b/auto/sources @@ -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 \ |
