Fix header reference in libhashkit.
authorBrian Aker <brian@tangent.org>
Thu, 13 Dec 2012 11:00:45 +0000 (06:00 -0500)
committerBrian Aker <brian@tangent.org>
Thu, 13 Dec 2012 11:00:45 +0000 (06:00 -0500)
.bzrignore
libhashkit/common.h
libhashkit/hashkitcon.h.in [new file with mode: 0644]
libhashkit/include.m4
libhashkit/murmur3.cc

index 18ba5811c2b770b9c05c1dbf70148c28028b4761..23517686dc27da06f05f812792a28c34b03b8136 100644 (file)
@@ -158,3 +158,5 @@ tests/testudp
 tests/var/
 tmp_chroot
 unittests/unittests
+libhashkit/hashkitcon.h
+libtest/yatlcon.h
index 43a859fe38dd80249c63c7308573f999e08541c7..d32d31bc3e845350b5bf1ce0bc6d742c1071a805 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  HashKit library
  *
- *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
+ *  Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/
  *
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions are
@@ -37,7 +37,7 @@
 
 #pragma once
 
-#include <mem_config.h>
+#include "libhashkit/hashkitcon.h"
 
 #include <assert.h>
 #include <errno.h>
diff --git a/libhashkit/hashkitcon.h.in b/libhashkit/hashkitcon.h.in
new file mode 100644 (file)
index 0000000..9834962
--- /dev/null
@@ -0,0 +1,40 @@
+/*  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
+ *
+ *  HashKit library
+ *
+ *  Copyright (C) 2012 Data Differential, http://datadifferential.com/
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions are
+ *  met:
+ *
+ *      * Redistributions of source code must retain the above copyright
+ *  notice, this list of conditions and the following disclaimer.
+ *
+ *      * Redistributions in binary form must reproduce the above
+ *  copyright notice, this list of conditions and the following disclaimer
+ *  in the documentation and/or other materials provided with the
+ *  distribution.
+ *
+ *      * The names of its contributors may not be used to endorse or
+ *  promote products derived from this software without specific prior
+ *  written permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ *  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ *  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ *  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ *  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ *  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ *  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ */
+
+
+#pragma once
+
+#include "@AUTOHEADER_FILE@"
index eb85c05b5374ea2db7bae0c9aee2d3a97e5df338..257e5bcf340f6d9db3a78f60d965118c6edcaf4f 100644 (file)
@@ -6,4 +6,5 @@ dnl with or without modifications, as long as this notice is preserved.
 HASHKIT_LIBRARY_VERSION=2:0:0
 AC_SUBST(HASHKIT_LIBRARY_VERSION)
 
+AC_CONFIG_FILES([libhashkit/hashkitcon.h])
 AC_CONFIG_FILES([libhashkit-1.0/configure.h])
index 5a5666e712f5b14029f6f2dda3bf6d34b4daa80a..e5f06ce26b367540ef45fa101c73d312d67f5c9c 100644 (file)
@@ -7,7 +7,7 @@
 // compile and run any of them on any platform, but your performance with the
 // non-native version will be less than optimal.
 
-#include "mem_config.h"
+#include "libhashkit/hashkitcon.h"
 
 #include "libhashkit/murmur3.h"