| OLD | NEW |
| 1 /* config.h. Generated from config.h.in by configure. */ | 1 /* config.h. Generated from config.h.in by configure. */ |
| 2 /* config.h.in. Generated from configure.ac by autoheader. */ | 2 /* config.h.in. Generated from configure.ac by autoheader. */ |
| 3 |
| 3 /* Define if building universal (internal helper macro) */ | 4 /* Define if building universal (internal helper macro) */ |
| 4 /* #undef AC_APPLE_UNIVERSAL_BUILD */ | 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ |
| 6 |
| 5 /* Define to 1 if the compiler supports __builtin_ctz and friends. */ | 7 /* Define to 1 if the compiler supports __builtin_ctz and friends. */ |
| 6 #define HAVE_BUILTIN_CTZ 1 | 8 #define HAVE_BUILTIN_CTZ 1 |
| 9 |
| 7 /* Define to 1 if the compiler supports __builtin_expect. */ | 10 /* Define to 1 if the compiler supports __builtin_expect. */ |
| 8 #define HAVE_BUILTIN_EXPECT 1 | 11 #define HAVE_BUILTIN_EXPECT 1 |
| 12 |
| 13 /* Define to 1 if you have the <byteswap.h> header file. */ |
| 14 /* #undef HAVE_BYTESWAP_H */ |
| 15 |
| 9 /* Define to 1 if you have the <dlfcn.h> header file. */ | 16 /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 10 #define HAVE_DLFCN_H 1 | 17 #define HAVE_DLFCN_H 1 |
| 18 |
| 11 /* Use the gflags package for command-line parsing. */ | 19 /* Use the gflags package for command-line parsing. */ |
| 12 /* #undef HAVE_GFLAGS */ | 20 /* #undef HAVE_GFLAGS */ |
| 21 |
| 13 /* Defined when Google Test is available. */ | 22 /* Defined when Google Test is available. */ |
| 14 /* #undef HAVE_GTEST */ | 23 /* #undef HAVE_GTEST */ |
| 24 |
| 15 /* Define to 1 if you have the <inttypes.h> header file. */ | 25 /* Define to 1 if you have the <inttypes.h> header file. */ |
| 16 #define HAVE_INTTYPES_H 1 | 26 #define HAVE_INTTYPES_H 1 |
| 27 |
| 17 /* Define to 1 if you have the `fastlz' library (-lfastlz). */ | 28 /* Define to 1 if you have the `fastlz' library (-lfastlz). */ |
| 18 /* #undef HAVE_LIBFASTLZ */ | 29 /* #undef HAVE_LIBFASTLZ */ |
| 30 |
| 19 /* Define to 1 if you have the `lzf' library (-llzf). */ | 31 /* Define to 1 if you have the `lzf' library (-llzf). */ |
| 20 /* #undef HAVE_LIBLZF */ | 32 /* #undef HAVE_LIBLZF */ |
| 33 |
| 21 /* Define to 1 if you have the `lzo2' library (-llzo2). */ | 34 /* Define to 1 if you have the `lzo2' library (-llzo2). */ |
| 22 /* #undef HAVE_LIBLZO2 */ | 35 /* #undef HAVE_LIBLZO2 */ |
| 36 |
| 23 /* Define to 1 if you have the `quicklz' library (-lquicklz). */ | 37 /* Define to 1 if you have the `quicklz' library (-lquicklz). */ |
| 24 /* #undef HAVE_LIBQUICKLZ */ | 38 /* #undef HAVE_LIBQUICKLZ */ |
| 39 |
| 25 /* Define to 1 if you have the `z' library (-lz). */ | 40 /* Define to 1 if you have the `z' library (-lz). */ |
| 26 #define HAVE_LIBZ 1 | 41 #define HAVE_LIBZ 1 |
| 42 |
| 27 /* Define to 1 if you have the <memory.h> header file. */ | 43 /* Define to 1 if you have the <memory.h> header file. */ |
| 28 #define HAVE_MEMORY_H 1 | 44 #define HAVE_MEMORY_H 1 |
| 45 |
| 29 /* Define to 1 if you have the <stddef.h> header file. */ | 46 /* Define to 1 if you have the <stddef.h> header file. */ |
| 30 #define HAVE_STDDEF_H 1 | 47 #define HAVE_STDDEF_H 1 |
| 48 |
| 31 /* Define to 1 if you have the <stdint.h> header file. */ | 49 /* Define to 1 if you have the <stdint.h> header file. */ |
| 32 #define HAVE_STDINT_H 1 | 50 #define HAVE_STDINT_H 1 |
| 51 |
| 33 /* Define to 1 if you have the <stdlib.h> header file. */ | 52 /* Define to 1 if you have the <stdlib.h> header file. */ |
| 34 #define HAVE_STDLIB_H 1 | 53 #define HAVE_STDLIB_H 1 |
| 54 |
| 35 /* Define to 1 if you have the <strings.h> header file. */ | 55 /* Define to 1 if you have the <strings.h> header file. */ |
| 36 #define HAVE_STRINGS_H 1 | 56 #define HAVE_STRINGS_H 1 |
| 57 |
| 37 /* Define to 1 if you have the <string.h> header file. */ | 58 /* Define to 1 if you have the <string.h> header file. */ |
| 38 #define HAVE_STRING_H 1 | 59 #define HAVE_STRING_H 1 |
| 60 |
| 61 /* Define to 1 if you have the <sys/byteswap.h> header file. */ |
| 62 /* #undef HAVE_SYS_BYTESWAP_H */ |
| 63 |
| 64 /* Define to 1 if you have the <sys/endian.h> header file. */ |
| 65 /* #undef HAVE_SYS_ENDIAN_H */ |
| 66 |
| 67 /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 68 #define HAVE_SYS_MMAN_H 1 |
| 69 |
| 70 /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 71 #define HAVE_SYS_RESOURCE_H 1 |
| 72 |
| 39 /* Define to 1 if you have the <sys/stat.h> header file. */ | 73 /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 40 #define HAVE_SYS_STAT_H 1 | 74 #define HAVE_SYS_STAT_H 1 |
| 75 |
| 76 /* Define to 1 if you have the <sys/time.h> header file. */ |
| 77 #define HAVE_SYS_TIME_H 1 |
| 78 |
| 41 /* Define to 1 if you have the <sys/types.h> header file. */ | 79 /* Define to 1 if you have the <sys/types.h> header file. */ |
| 42 #define HAVE_SYS_TYPES_H 1 | 80 #define HAVE_SYS_TYPES_H 1 |
| 81 |
| 43 /* Define to 1 if you have the <unistd.h> header file. */ | 82 /* Define to 1 if you have the <unistd.h> header file. */ |
| 44 #define HAVE_UNISTD_H 1 | 83 #define HAVE_UNISTD_H 1 |
| 45 /* Define to the sub-directory in which libtool stores uninstalled libraries. | 84 |
| 46 * */ | 85 /* Define to 1 if you have the <windows.h> header file. */ |
| 86 /* #undef HAVE_WINDOWS_H */ |
| 87 |
| 88 /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| 47 #define LT_OBJDIR ".libs/" | 89 #define LT_OBJDIR ".libs/" |
| 90 |
| 48 /* Name of package */ | 91 /* Name of package */ |
| 49 #define PACKAGE "snappy" | 92 #define PACKAGE "snappy" |
| 93 |
| 50 /* Define to the address where bug reports for this package should be sent. */ | 94 /* Define to the address where bug reports for this package should be sent. */ |
| 51 #define PACKAGE_BUGREPORT "" | 95 #define PACKAGE_BUGREPORT "" |
| 96 |
| 52 /* Define to the full name of this package. */ | 97 /* Define to the full name of this package. */ |
| 53 #define PACKAGE_NAME "snappy" | 98 #define PACKAGE_NAME "snappy" |
| 99 |
| 54 /* Define to the full name and version of this package. */ | 100 /* Define to the full name and version of this package. */ |
| 55 #define PACKAGE_STRING "snappy 1.0.5" | 101 #define PACKAGE_STRING "snappy 1.1.4" |
| 102 |
| 56 /* Define to the one symbol short name of this package. */ | 103 /* Define to the one symbol short name of this package. */ |
| 57 #define PACKAGE_TARNAME "snappy" | 104 #define PACKAGE_TARNAME "snappy" |
| 105 |
| 58 /* Define to the home page for this package. */ | 106 /* Define to the home page for this package. */ |
| 59 #define PACKAGE_URL "" | 107 #define PACKAGE_URL "" |
| 108 |
| 60 /* Define to the version of this package. */ | 109 /* Define to the version of this package. */ |
| 61 #define PACKAGE_VERSION "1.0.5" | 110 #define PACKAGE_VERSION "1.1.4" |
| 111 |
| 62 /* Define to 1 if you have the ANSI C header files. */ | 112 /* Define to 1 if you have the ANSI C header files. */ |
| 63 #define STDC_HEADERS 1 | 113 #define STDC_HEADERS 1 |
| 114 |
| 64 /* Version number of package */ | 115 /* Version number of package */ |
| 65 #define VERSION "1.0.5" | 116 #define VERSION "1.1.4" |
| 117 |
| 66 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | 118 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 67 * significant byte first (like Motorola and SPARC, unlike Intel). */ | 119 significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 68 #if defined AC_APPLE_UNIVERSAL_BUILD | 120 #if defined AC_APPLE_UNIVERSAL_BUILD |
| 69 # if defined __BIG_ENDIAN__ | 121 # if defined __BIG_ENDIAN__ |
| 70 # define WORDS_BIGENDIAN 1 | 122 # define WORDS_BIGENDIAN 1 |
| 71 # endif | 123 # endif |
| 72 #else | 124 #else |
| 73 # ifndef WORDS_BIGENDIAN | 125 # ifndef WORDS_BIGENDIAN |
| 74 /* # undef WORDS_BIGENDIAN */ | 126 /* # undef WORDS_BIGENDIAN */ |
| 75 # endif | 127 # endif |
| 76 #endif | 128 #endif |
| 129 |
| 130 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 131 /* #undef size_t */ |
| 132 |
| 133 /* Define to `int' if <sys/types.h> does not define. */ |
| 134 /* #undef ssize_t */ |
| OLD | NEW |