pandora-build v0.79. Added support for generating HEX version.
[awesomized/libmemcached] / libmemcached / memcached_configure.h.in
1 /*
2 * Summary: Preprocessor symbols set from configure we need install-time
3 *
4 * Copy: See Copyright for the status of this software.
5 *
6 * Author: Trond Norbye
7 */
8
9 #ifndef MEMCACHED_CONFIGURE_H
10 #define MEMCACHED_CONFIGURE_H
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16 @DEPRECATED@
17
18 #define LIBMEMCACHED_VERSION_STRING "@VERSION@"
19 #define LIBMEMCACHED_VERSION_HEX @PANDORA_HEX_VERSION@
20
21 #ifdef __cplusplus
22 }
23 #endif
24
25 #endif /* MEMCACHED_CONFIGURE_H */