Squashed 'third_party/snappy/' content from commit fe18b4632

Change-Id: Ifce86fec16230732a761515b70624a35f3095aea
git-subtree-dir: third_party/snappy
git-subtree-split: fe18b46322727fe4bc6939326ba6bde1e0858b61
Signed-off-by: James Kuszmaul <jabukuszmaul+collab@gmail.com>
diff --git a/cmake/config.h.in b/cmake/config.h.in
new file mode 100644
index 0000000..5ea2b5a
--- /dev/null
+++ b/cmake/config.h.in
@@ -0,0 +1,59 @@
+#ifndef THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_
+#define THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_
+
+/* Define to 1 if the compiler supports __attribute__((always_inline)). */
+#cmakedefine01 HAVE_ATTRIBUTE_ALWAYS_INLINE
+
+/* Define to 1 if the compiler supports __builtin_ctz and friends. */
+#cmakedefine01 HAVE_BUILTIN_CTZ
+
+/* Define to 1 if the compiler supports __builtin_expect. */
+#cmakedefine01 HAVE_BUILTIN_EXPECT
+
+/* Define to 1 if you have a definition for mmap() in <sys/mman.h>. */
+#cmakedefine01 HAVE_FUNC_MMAP
+
+/* Define to 1 if you have a definition for sysconf() in <unistd.h>. */
+#cmakedefine01 HAVE_FUNC_SYSCONF
+
+/* Define to 1 if you have the `lzo2' library (-llzo2). */
+#cmakedefine01 HAVE_LIBLZO2
+
+/* Define to 1 if you have the `z' library (-lz). */
+#cmakedefine01 HAVE_LIBZ
+
+/* Define to 1 if you have the `lz4' library (-llz4). */
+#cmakedefine01 HAVE_LIBLZ4
+
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#cmakedefine01 HAVE_SYS_MMAN_H
+
+/* Define to 1 if you have the <sys/resource.h> header file. */
+#cmakedefine01 HAVE_SYS_RESOURCE_H
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#cmakedefine01 HAVE_SYS_TIME_H
+
+/* Define to 1 if you have the <sys/uio.h> header file. */
+#cmakedefine01 HAVE_SYS_UIO_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#cmakedefine01 HAVE_UNISTD_H
+
+/* Define to 1 if you have the <windows.h> header file. */
+#cmakedefine01 HAVE_WINDOWS_H
+
+/* Define to 1 if you target processors with SSSE3+ and have <tmmintrin.h>. */
+#cmakedefine01 SNAPPY_HAVE_SSSE3
+
+/* Define to 1 if you target processors with BMI2+ and have <bmi2intrin.h>. */
+#cmakedefine01 SNAPPY_HAVE_BMI2
+
+/* Define to 1 if you target processors with NEON and have <arm_neon.h>. */
+#cmakedefine01 SNAPPY_HAVE_NEON
+
+/* Define to 1 if your processor stores words with the most significant byte
+   first (like Motorola and SPARC, unlike Intel and VAX). */
+#cmakedefine01 SNAPPY_IS_BIG_ENDIAN
+
+#endif  // THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_