X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=thirdparty%2Fsnappy%2Fconfig.h.in;h=e82da40eab3cee3d7118052cc4ad1aa99bec07c0;hb=ac6a6579e9765efbd7b855ae3369fb0881c91a1e;hp=ac468d9c5c6c6d392e2baadf68899e5906e2f283;hpb=07348d58030f889a4ec11bfcef9a32628e55afa4;p=apitrace diff --git a/thirdparty/snappy/config.h.in b/thirdparty/snappy/config.h.in index ac468d9..e82da40 100644 --- a/thirdparty/snappy/config.h.in +++ b/thirdparty/snappy/config.h.in @@ -4,73 +4,73 @@ #undef AC_APPLE_UNIVERSAL_BUILD /* Define to 1 if the compiler supports __builtin_ctz and friends. */ -#undef HAVE_BUILTIN_CTZ +#cmakedefine HAVE_BUILTIN_CTZ /* Define to 1 if the compiler supports __builtin_expect. */ -#undef HAVE_BUILTIN_EXPECT +#cmakedefine HAVE_BUILTIN_EXPECT /* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H +#cmakedefine HAVE_DLFCN_H /* Use the gflags package for command-line parsing. */ -#undef HAVE_GFLAGS +#cmakedefine HAVE_GFLAGS /* Defined when Google Test is available. */ -#undef HAVE_GTEST +#cmakedefine HAVE_GTEST /* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H +#cmakedefine HAVE_INTTYPES_H /* Define to 1 if you have the `fastlz' library (-lfastlz). */ -#undef HAVE_LIBFASTLZ +#cmakedefine HAVE_LIBFASTLZ /* Define to 1 if you have the `lzf' library (-llzf). */ -#undef HAVE_LIBLZF +#cmakedefine HAVE_LIBLZF /* Define to 1 if you have the `lzo2' library (-llzo2). */ -#undef HAVE_LIBLZO2 +#cmakedefine HAVE_LIBLZO2 /* Define to 1 if you have the `quicklz' library (-lquicklz). */ -#undef HAVE_LIBQUICKLZ +#cmakedefine HAVE_LIBQUICKLZ /* Define to 1 if you have the `z' library (-lz). */ -#undef HAVE_LIBZ +#cmakedefine HAVE_LIBZ /* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H +#cmakedefine HAVE_MEMORY_H /* Define to 1 if you have the header file. */ -#undef HAVE_STDDEF_H +#cmakedefine HAVE_STDDEF_H /* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H +#cmakedefine HAVE_STDINT_H /* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H +#cmakedefine HAVE_STDLIB_H /* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H +#cmakedefine HAVE_STRINGS_H /* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H +#cmakedefine HAVE_STRING_H /* Define to 1 if you have the header file. */ -#undef HAVE_SYS_MMAN_H +#cmakedefine HAVE_SYS_MMAN_H /* Define to 1 if you have the header file. */ -#undef HAVE_SYS_RESOURCE_H +#cmakedefine HAVE_SYS_RESOURCE_H /* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H +#cmakedefine HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H +#cmakedefine HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H +#cmakedefine HAVE_UNISTD_H /* Define to 1 if you have the header file. */ -#undef HAVE_WINDOWS_H +#cmakedefine HAVE_WINDOWS_H /* Define to the sub-directory in which libtool stores uninstalled libraries. */ @@ -105,12 +105,4 @@ /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -#if defined AC_APPLE_UNIVERSAL_BUILD -# if defined __BIG_ENDIAN__ -# define WORDS_BIGENDIAN 1 -# endif -#else -# ifndef WORDS_BIGENDIAN -# undef WORDS_BIGENDIAN -# endif -#endif +#cmakedefine WORDS_BIGENDIAN