1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #ifndef THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_
- #define THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_
- #define HAVE_ATTRIBUTE_ALWAYS_INLINE 1
- #define HAVE_BUILTIN_CTZ 1
- #define HAVE_BUILTIN_EXPECT 1
- #define HAVE_FUNC_MMAP 1
- #define HAVE_FUNC_SYSCONF 1
- #define HAVE_LIBZ 1
- #define HAVE_SYS_MMAN_H 1
- #define HAVE_SYS_RESOURCE_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_SYS_UIO_H 1
- #define HAVE_UNISTD_H 1
- #define SNAPPY_HAVE_SSSE3 0
- #define SNAPPY_HAVE_BMI2 0
- #endif
|