New configure flag: --enable-deprecated
authorTrond Norbye <trond.norbye@sun.com>
Thu, 11 Jun 2009 07:31:09 +0000 (09:31 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Thu, 11 Jun 2009 07:31:09 +0000 (09:31 +0200)
commita8cff61fe8249af0112631c0c5c53cd7049a3918
treebe913c6380b618ffac71d7721c6e099a94e26679
parent1b3d7ce5cc6fcff13e047c487b090df91c5c807b
New configure flag: --enable-deprecated

By default we don't compile in the deprecated interface (so that continuing
to use it will be a bit more painful ;-) I had to create a new file to keep
track of the #defines, because the clients of libmemcached doesn't see
libmemcached_config.h.
.bzrignore
configure.ac
libmemcached/Makefile.am
libmemcached/memcached.h
libmemcached/memcached_configure.h.in [new file with mode: 0644]
m4/deprecated.m4 [new file with mode: 0644]