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

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

Powered by Google App Engine
This is Rietveld 408576698