James Kuszmaul | 48dd4c8 | 2021-10-27 20:04:08 -0700 | [diff] [blame^] | 1 | #ifndef THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_ |
| 2 | #define THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_ |
| 3 | |
| 4 | /* Define to 1 if the compiler supports __attribute__((always_inline)). */ |
| 5 | #cmakedefine01 HAVE_ATTRIBUTE_ALWAYS_INLINE |
| 6 | |
| 7 | /* Define to 1 if the compiler supports __builtin_ctz and friends. */ |
| 8 | #cmakedefine01 HAVE_BUILTIN_CTZ |
| 9 | |
| 10 | /* Define to 1 if the compiler supports __builtin_expect. */ |
| 11 | #cmakedefine01 HAVE_BUILTIN_EXPECT |
| 12 | |
| 13 | /* Define to 1 if you have a definition for mmap() in <sys/mman.h>. */ |
| 14 | #cmakedefine01 HAVE_FUNC_MMAP |
| 15 | |
| 16 | /* Define to 1 if you have a definition for sysconf() in <unistd.h>. */ |
| 17 | #cmakedefine01 HAVE_FUNC_SYSCONF |
| 18 | |
| 19 | /* Define to 1 if you have the `lzo2' library (-llzo2). */ |
| 20 | #cmakedefine01 HAVE_LIBLZO2 |
| 21 | |
| 22 | /* Define to 1 if you have the `z' library (-lz). */ |
| 23 | #cmakedefine01 HAVE_LIBZ |
| 24 | |
| 25 | /* Define to 1 if you have the `lz4' library (-llz4). */ |
| 26 | #cmakedefine01 HAVE_LIBLZ4 |
| 27 | |
| 28 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 29 | #cmakedefine01 HAVE_SYS_MMAN_H |
| 30 | |
| 31 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 32 | #cmakedefine01 HAVE_SYS_RESOURCE_H |
| 33 | |
| 34 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 35 | #cmakedefine01 HAVE_SYS_TIME_H |
| 36 | |
| 37 | /* Define to 1 if you have the <sys/uio.h> header file. */ |
| 38 | #cmakedefine01 HAVE_SYS_UIO_H |
| 39 | |
| 40 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 41 | #cmakedefine01 HAVE_UNISTD_H |
| 42 | |
| 43 | /* Define to 1 if you have the <windows.h> header file. */ |
| 44 | #cmakedefine01 HAVE_WINDOWS_H |
| 45 | |
| 46 | /* Define to 1 if you target processors with SSSE3+ and have <tmmintrin.h>. */ |
| 47 | #cmakedefine01 SNAPPY_HAVE_SSSE3 |
| 48 | |
| 49 | /* Define to 1 if you target processors with BMI2+ and have <bmi2intrin.h>. */ |
| 50 | #cmakedefine01 SNAPPY_HAVE_BMI2 |
| 51 | |
| 52 | /* Define to 1 if you target processors with NEON and have <arm_neon.h>. */ |
| 53 | #cmakedefine01 SNAPPY_HAVE_NEON |
| 54 | |
| 55 | /* Define to 1 if your processor stores words with the most significant byte |
| 56 | first (like Motorola and SPARC, unlike Intel and VAX). */ |
| 57 | #cmakedefine01 SNAPPY_IS_BIG_ENDIAN |
| 58 | |
| 59 | #endif // THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_ |