Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: third_party/snappy/linux/config.h

Issue 2712273002: DEPS: Upgrade snappy to 1.1.4. (Closed)
Patch Set: Refactor BUILD file to make it easier to add the test later. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
4 /* Define if building universal (internal helper macro) */ 4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 6
7 /* Define to 1 if the compiler supports __builtin_ctz and friends. */ 7 /* Define to 1 if the compiler supports __builtin_ctz and friends. */
8 #define HAVE_BUILTIN_CTZ 1 8 #define HAVE_BUILTIN_CTZ 1
9 9
10 /* Define to 1 if the compiler supports __builtin_expect. */ 10 /* Define to 1 if the compiler supports __builtin_expect. */
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 /* Name of package */ 92 /* Name of package */
93 #define PACKAGE "snappy" 93 #define PACKAGE "snappy"
94 94
95 /* Define to the address where bug reports for this package should be sent. */ 95 /* Define to the address where bug reports for this package should be sent. */
96 #define PACKAGE_BUGREPORT "" 96 #define PACKAGE_BUGREPORT ""
97 97
98 /* Define to the full name of this package. */ 98 /* Define to the full name of this package. */
99 #define PACKAGE_NAME "snappy" 99 #define PACKAGE_NAME "snappy"
100 100
101 /* Define to the full name and version of this package. */ 101 /* Define to the full name and version of this package. */
102 #define PACKAGE_STRING "snappy 1.1.0" 102 #define PACKAGE_STRING "snappy 1.1.4"
103 103
104 /* Define to the one symbol short name of this package. */ 104 /* Define to the one symbol short name of this package. */
105 #define PACKAGE_TARNAME "snappy" 105 #define PACKAGE_TARNAME "snappy"
106 106
107 /* Define to the home page for this package. */ 107 /* Define to the home page for this package. */
108 #define PACKAGE_URL "" 108 #define PACKAGE_URL ""
109 109
110 /* Define to the version of this package. */ 110 /* Define to the version of this package. */
111 #define PACKAGE_VERSION "1.1.0" 111 #define PACKAGE_VERSION "1.1.4"
112 112
113 /* Define to 1 if you have the ANSI C header files. */ 113 /* Define to 1 if you have the ANSI C header files. */
114 #define STDC_HEADERS 1 114 #define STDC_HEADERS 1
115 115
116 /* Version number of package */ 116 /* Version number of package */
117 #define VERSION "1.1.0" 117 #define VERSION "1.1.4"
118 118
119 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 119 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
120 significant byte first (like Motorola and SPARC, unlike Intel). */ 120 significant byte first (like Motorola and SPARC, unlike Intel). */
121 #if defined AC_APPLE_UNIVERSAL_BUILD 121 #if defined AC_APPLE_UNIVERSAL_BUILD
122 # if defined __BIG_ENDIAN__ 122 # if defined __BIG_ENDIAN__
123 # define WORDS_BIGENDIAN 1 123 # define WORDS_BIGENDIAN 1
124 # endif 124 # endif
125 #else 125 #else
126 # ifndef WORDS_BIGENDIAN 126 # ifndef WORDS_BIGENDIAN
127 /* # undef WORDS_BIGENDIAN */ 127 /* # undef WORDS_BIGENDIAN */
128 # endif 128 # endif
129 #endif 129 #endif
130 130
131 /* Define to `unsigned int' if <sys/types.h> does not define. */ 131 /* Define to `unsigned int' if <sys/types.h> does not define. */
132 /* #undef size_t */ 132 /* #undef size_t */
133 133
134 /* Define to `int' if <sys/types.h> does not define. */ 134 /* Define to `int' if <sys/types.h> does not define. */
135 /* #undef ssize_t */ 135 /* #undef ssize_t */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698