Removed build-time dependency to memcached with binary support
authorTrond Norbye <trond.norbye@sun.com>
Thu, 31 Jul 2008 08:46:10 +0000 (10:46 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Thu, 31 Jul 2008 08:46:10 +0000 (10:46 +0200)
commitd9ed0144345f2018e27edd58026ff749405d9df4
tree47a0c2b1760ec7aae0a5c950c5aa57d6e2aeb63c
parent933e5a561b10c1450563f1421b83d72396b805d2
Removed build-time dependency to memcached with binary support

Added a copy of memcached/protocol_binary.h to the source bundle to avoid the
need of having a memcached server with support for the binary protocol
installed on the build machine.
config/memcached.m4 [deleted file]
config/protocol_binary.m4 [new file with mode: 0644]
configure.ac
libmemcached/Makefile.am
libmemcached/memcached/README.txt [new file with mode: 0644]
libmemcached/memcached/protocol_binary.h [new file with mode: 0644]