comparison src/core/ngx_core.h @ 3891:203eb026ec07

ngx_murmur_hash2()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 15 Apr 2011 10:59:24 +0000
parents ed785dc26eef
children d620f497c50f
comparison
equal deleted inserted replaced
3890:53e93bd521ff 3891:203eb026ec07
56 #include <ngx_list.h> 56 #include <ngx_list.h>
57 #include <ngx_hash.h> 57 #include <ngx_hash.h>
58 #include <ngx_file.h> 58 #include <ngx_file.h>
59 #include <ngx_crc.h> 59 #include <ngx_crc.h>
60 #include <ngx_crc32.h> 60 #include <ngx_crc32.h>
61 #include <ngx_murmurhash.h>
61 #if (NGX_PCRE) 62 #if (NGX_PCRE)
62 #include <ngx_regex.h> 63 #include <ngx_regex.h>
63 #endif 64 #endif
64 #include <ngx_radix_tree.h> 65 #include <ngx_radix_tree.h>
65 #include <ngx_times.h> 66 #include <ngx_times.h>