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

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

Issue 2712273002: DEPS: Upgrade snappy to 1.1.4. (Closed)
Patch Set: Buildbot fix, take 2. 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 /* #undef HAVE_BUILTIN_CTZ */
9 9
10 /* Define to 1 if the compiler supports __builtin_expect. */ 10 /* Define to 1 if the compiler supports __builtin_expect. */
11 #define HAVE_BUILTIN_EXPECT 1 11 /* #undef HAVE_BUILTIN_EXPECT */
12 12
13 /* Define to 1 if you have the <byteswap.h> header file. */ 13 /* Define to 1 if you have the <byteswap.h> header file. */
14 #define HAVE_BYTESWAP_H 1 14 /* #undef HAVE_BYTESWAP_H */
15 15
16 /* Define to 1 if you have the <dlfcn.h> header file. */ 16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1 17 /* #undef HAVE_DLFCN_H */
18 18
19 /* Use the gflags package for command-line parsing. */ 19 /* Use the gflags package for command-line parsing. */
20 /* #undef HAVE_GFLAGS */ 20 /* #undef HAVE_GFLAGS */
21 21
22 /* Defined when Google Test is available. */ 22 /* Defined when Google Test is available. */
23 /* #undef HAVE_GTEST */ 23 /* #undef HAVE_GTEST */
24 24
25 /* Define to 1 if you have the <inttypes.h> header file. */ 25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1 26 #define HAVE_INTTYPES_H 1
27 27
(...skipping 30 matching lines...) Expand all
58 /* Define to 1 if you have the <string.h> header file. */ 58 /* Define to 1 if you have the <string.h> header file. */
59 #define HAVE_STRING_H 1 59 #define HAVE_STRING_H 1
60 60
61 /* Define to 1 if you have the <sys/byteswap.h> header file. */ 61 /* Define to 1 if you have the <sys/byteswap.h> header file. */
62 /* #undef HAVE_SYS_BYTESWAP_H */ 62 /* #undef HAVE_SYS_BYTESWAP_H */
63 63
64 /* Define to 1 if you have the <sys/endian.h> header file. */ 64 /* Define to 1 if you have the <sys/endian.h> header file. */
65 /* #undef HAVE_SYS_ENDIAN_H */ 65 /* #undef HAVE_SYS_ENDIAN_H */
66 66
67 /* Define to 1 if you have the <sys/mman.h> header file. */ 67 /* Define to 1 if you have the <sys/mman.h> header file. */
68 #define HAVE_SYS_MMAN_H 1 68 /* #undef HAVE_SYS_MMAN_H */
69 69
70 /* Define to 1 if you have the <sys/resource.h> header file. */ 70 /* Define to 1 if you have the <sys/resource.h> header file. */
71 #define HAVE_SYS_RESOURCE_H 1 71 /* #undef HAVE_SYS_RESOURCE_H */
72 72
73 /* 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. */
74 #define HAVE_SYS_STAT_H 1 74 #define HAVE_SYS_STAT_H 1
75 75
76 /* Define to 1 if you have the <sys/time.h> header file. */ 76 /* Define to 1 if you have the <sys/time.h> header file. */
77 #define HAVE_SYS_TIME_H 1 77 #define HAVE_SYS_TIME_H 1
78 78
79 /* 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. */
80 #define HAVE_SYS_TYPES_H 1 80 #define HAVE_SYS_TYPES_H 1
81 81
82 /* Define to 1 if you have the <unistd.h> header file. */ 82 /* Define to 1 if you have the <unistd.h> header file. */
83 #define HAVE_UNISTD_H 1 83 #define HAVE_UNISTD_H 1
84 84
85 /* Define to 1 if you have the <windows.h> header file. */ 85 /* Define to 1 if you have the <windows.h> header file. */
86 /* #undef HAVE_WINDOWS_H */ 86 #define HAVE_WINDOWS_H 1
87 87
88 /* Define to the sub-directory in which libtool stores uninstalled libraries. 88 /* Define if running the test suite so that test #27 works on MinGW. */
89 */ 89 /* #undef LT_MINGW_STATIC_TESTSUITE_HACK */
90
91 /* Define to the sub-directory where libtool stores uninstalled libraries. */
90 #define LT_OBJDIR ".libs/" 92 #define LT_OBJDIR ".libs/"
91 93
92 /* Name of package */ 94 /* Name of package */
93 #define PACKAGE "snappy" 95 #define PACKAGE "snappy"
94 96
95 /* Define to the address where bug reports for this package should be sent. */ 97 /* Define to the address where bug reports for this package should be sent. */
96 #define PACKAGE_BUGREPORT "" 98 #define PACKAGE_BUGREPORT ""
97 99
98 /* Define to the full name of this package. */ 100 /* Define to the full name of this package. */
99 #define PACKAGE_NAME "snappy" 101 #define PACKAGE_NAME "snappy"
100 102
101 /* Define to the full name and version of this package. */ 103 /* Define to the full name and version of this package. */
102 #define PACKAGE_STRING "snappy 1.1.0" 104 #define PACKAGE_STRING "snappy 1.1.4"
103 105
104 /* Define to the one symbol short name of this package. */ 106 /* Define to the one symbol short name of this package. */
105 #define PACKAGE_TARNAME "snappy" 107 #define PACKAGE_TARNAME "snappy"
106 108
107 /* Define to the home page for this package. */ 109 /* Define to the home page for this package. */
108 #define PACKAGE_URL "" 110 #define PACKAGE_URL ""
109 111
110 /* Define to the version of this package. */ 112 /* Define to the version of this package. */
111 #define PACKAGE_VERSION "1.1.0" 113 #define PACKAGE_VERSION "1.1.4"
112 114
113 /* Define to 1 if you have the ANSI C header files. */ 115 /* Define to 1 if you have the ANSI C header files. */
114 #define STDC_HEADERS 1 116 #define STDC_HEADERS 1
115 117
116 /* Version number of package */ 118 /* Version number of package */
117 #define VERSION "1.1.0" 119 #define VERSION "1.1.4"
118 120
119 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 121 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
120 significant byte first (like Motorola and SPARC, unlike Intel). */ 122 significant byte first (like Motorola and SPARC, unlike Intel). */
121 #if defined AC_APPLE_UNIVERSAL_BUILD 123 #if defined AC_APPLE_UNIVERSAL_BUILD
122 # if defined __BIG_ENDIAN__ 124 #if defined __BIG_ENDIAN__
123 # define WORDS_BIGENDIAN 1 125 #define WORDS_BIGENDIAN 1
124 # endif 126 #endif
125 #else 127 #else
126 # ifndef WORDS_BIGENDIAN 128 #ifndef WORDS_BIGENDIAN
127 /* # undef WORDS_BIGENDIAN */ 129 /* # undef WORDS_BIGENDIAN */
128 # endif 130 #endif
129 #endif 131 #endif
130 132
131 /* Define to `unsigned int' if <sys/types.h> does not define. */ 133 /* Define to `unsigned int' if <sys/types.h> does not define. */
132 /* #undef size_t */ 134 /* #undef size_t */
133 135
134 /* Define to `int' if <sys/types.h> does not define. */ 136 /* Define to `int' if <sys/types.h> does not define. */
135 /* #undef ssize_t */ 137 #include <Windows.h>
138
139 #include <BaseTsd.h>
140 typedef SSIZE_T ssize_t;
OLDNEW
« no previous file with comments | « third_party/snappy/mac/snappy-stubs-public.h ('k') | third_party/snappy/win32/snappy-stubs-public.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698