summaryrefslogtreecommitdiff
path: root/libhashkit-1.0/configure.h.in
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-10-13 07:28:52 -0400
committerBrian Aker <brian@tangent.org>2012-10-13 07:28:52 -0400
commit2569efffe16042f47dc5d2c34528a9ec22fc18b0 (patch)
tree0e26553609f1173fdc7769a03ffdce090706ee3f /libhashkit-1.0/configure.h.in
parentf1ed1535de64141a6a911cc18a9109f0f9c55c80 (diff)
downloadlibmemcached-2569efffe16042f47dc5d2c34528a9ec22fc18b0.tar.gz
Fix all include location, and drop versions of the library that were never shipped.
Diffstat (limited to 'libhashkit-1.0/configure.h.in')
-rw-r--r--libhashkit-1.0/configure.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libhashkit-1.0/configure.h.in b/libhashkit-1.0/configure.h.in
index 8aec3865..4fab993d 100644
--- a/libhashkit-1.0/configure.h.in
+++ b/libhashkit-1.0/configure.h.in
@@ -1,4 +1,5 @@
/* HashKit
+ * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/
* Copyright (C) 2009-2010 Brian Aker
* All rights reserved.
*
@@ -8,6 +9,9 @@
#pragma once
+#define LIBHASHKIT_VERSION_STRING "@LIBHASHKIT_VERSION_STRING@"
+#define LIBHASHKIT_VERSION_HEX @LIBHASHKIT_VERSION_HEX@
+
#ifdef __cplusplus
extern "C" {
#endif