Disable hsieh algorithm by default
authorEric Lambert <eric.lambert@sun.com>
Fri, 1 May 2009 02:31:48 +0000 (19:31 -0700)
committerEric Lambert <eric.lambert@sun.com>
Fri, 1 May 2009 02:31:48 +0000 (19:31 -0700)
commit45dcbf739be758c0ff98b9ac63d69153ac544d0b
tree2349e80f27b723e140e1545b790ef60e73ff0a10
parent6ecf1d642ff802e86580934db14089e7b8bf0fb1
Disable hsieh algorithm by default

Per a conversation with Brian earlier this week, there are some licensing
issues with the hsieh hashing algorithm that make it 'desirable' for support
of this algorithm to be a compile time option. This patch turns off support
for hsieh by default but allows it to be used when '--enable-hsieh_hash' is
passed into configure.
config/hsieh.m4 [new file with mode: 0644]
configure.ac
docs/memcached_behavior.pod
libmemcached/Makefile.am
libmemcached/common.h
libmemcached/memcached_behavior.c
libmemcached/memcached_hash.c
tests/function.c