comparison src/core/ngx_core.h @ 790:f9a971440614

ngx_crc32()
author Igor Sysoev <igor@sysoev.ru>
date Wed, 18 Oct 2006 19:00:21 +0000
parents 39b7d7b33c91
children fc742aa760f3
comparison
equal deleted inserted replaced
789:604f9671fae6 790:f9a971440614
55 #include <ngx_list.h> 55 #include <ngx_list.h>
56 #include <ngx_hash.h> 56 #include <ngx_hash.h>
57 #include <ngx_file.h> 57 #include <ngx_file.h>
58 #include <ngx_files.h> 58 #include <ngx_files.h>
59 #include <ngx_crc.h> 59 #include <ngx_crc.h>
60 #include <ngx_crc32.h>
60 #if (NGX_PCRE) 61 #if (NGX_PCRE)
61 #include <ngx_regex.h> 62 #include <ngx_regex.h>
62 #endif 63 #endif
63 #include <ngx_radix_tree.h> 64 #include <ngx_radix_tree.h>
64 #include <ngx_times.h> 65 #include <ngx_times.h>