Merge
[awesomized/libmemcached] / libmemcached / configure.h.in
1 /* LibMemcached
2 * Copyright (C) 2006-2009 Brian Aker, Trond Norbye
3 * All rights reserved.
4 *
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
7 *
8 * Summary: Change the behavior of the memcached connection.
9 *
10 */
11
12 #ifndef __LIBMEMCACHED_CONFIGURE_H
13 #define __LIBMEMCACHED_CONFIGURE_H
14
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18
19 @MEMCACHED_BITFIELD@
20 @DEPRECATED@
21 @LIBMEMCACHED_WITH_SASL_SUPPORT@
22
23 #define LIBMEMCACHED_VERSION_STRING "@VERSION@"
24 #define LIBMEMCACHED_VERSION_HEX @PANDORA_HEX_VERSION@
25
26 #ifdef __cplusplus
27 }
28 #endif
29
30 #endif /* __LIBMEMCACHED_CONFIGURE_H */