Define missing SNAPPY_PREFETCH macros.

PiperOrigin-RevId: 523287305
This commit is contained in:
Richard O'Grady
2023-04-10 20:48:20 -07:00
parent 92f18e66fd
commit cfc573e08f
3 changed files with 15 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
/* Define to 1 if the compiler supports __builtin_expect. */
#cmakedefine01 HAVE_BUILTIN_EXPECT
/* Define to 1 if the compiler supports __builtin_prefetch. */
#cmakedefine01 HAVE_BUILTIN_PREFETCH
/* Define to 1 if you have a definition for mmap() in <sys/mman.h>. */
#cmakedefine01 HAVE_FUNC_MMAP