Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / libhashkit-1.0 / configure.h.in
1 /* HashKit
2 * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/
3 * Copyright (C) 2009-2010 Brian Aker
4 * All rights reserved.
5 *
6 * Use and distribution licensed under the BSD license. See
7 * the COPYING file in the parent directory for full text.
8 */
9
10 #pragma once
11
12 #define LIBHASHKIT_VERSION_STRING "@LIBHASHKIT_VERSION_STRING@"
13 #define LIBHASHKIT_VERSION_HEX @LIBHASHKIT_VERSION_HEX@
14
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18
19 #ifdef __cplusplus
20 }
21 #endif