#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)). */ #define HAVE_ATTRIBUTE_ALWAYS_INLINE 1 /* Define to 1 if the compiler supports __builtin_ctz and friends. */ #define HAVE_BUILTIN_CTZ 1 /* Define to 1 if the compiler supports __builtin_expect. */ #define HAVE_BUILTIN_EXPECT 1 /* Define to 1 if you have a definition for mmap() in . */ /* #undef HAVE_FUNC_MMAP */ /* Define to 1 if you have a definition for sysconf() in . */ /* #undef HAVE_FUNC_SYSCONF */ /* Define to 1 to use the gflags package for command-line parsing. */ /* #undef HAVE_GFLAGS */ /* Define to 1 if you have Google Test. */ /* #undef HAVE_GTEST */ /* Define to 1 if you have the `lzo2' library (-llzo2). */ /* #undef HAVE_LIBLZO2 */ /* Define to 1 if you have the `z' library (-lz). */ #define HAVE_LIBZ 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_MMAN_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_RESOURCE_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TIME_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_UIO_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the header file. */ #define HAVE_WINDOWS_H 1 /* Define to 1 if you target processors with SSSE3+ and have . */ #define SNAPPY_HAVE_SSSE3 0 /* Define to 1 if you target processors with BMI2+ and have . */ #define SNAPPY_HAVE_BMI2 0 /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef SNAPPY_IS_BIG_ENDIAN */ #endif // THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_