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

Side by Side Diff: third_party/libxml/mac/config.h

Issue 2804483002: Check in the libxml roll script. (Closed)
Patch Set: Code review feedback for the roll script. Created 3 years, 8 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 /* Type cast for the gethostbyname() argument */ 4 /* Type cast for the gethostbyname() argument */
5 #define GETHOSTBYNAME_ARG_CAST /**/ 5 #define GETHOSTBYNAME_ARG_CAST /**/
6 6
7 /* Define to 1 if you have the <ansidecl.h> header file. */ 7 /* Define to 1 if you have the <ansidecl.h> header file. */
8 /* #undef HAVE_ANSIDECL_H */ 8 /* #undef HAVE_ANSIDECL_H */
9 9
10 /* Define to 1 if you have the <arpa/inet.h> header file. */ 10 /* Define to 1 if you have the <arpa/inet.h> header file. */
(...skipping 11 matching lines...) Expand all
22 /* Define to 1 if you have the <ctype.h> header file. */ 22 /* Define to 1 if you have the <ctype.h> header file. */
23 #define HAVE_CTYPE_H 1 23 #define HAVE_CTYPE_H 1
24 24
25 /* Define to 1 if you have the <dirent.h> header file. */ 25 /* Define to 1 if you have the <dirent.h> header file. */
26 #define HAVE_DIRENT_H 1 26 #define HAVE_DIRENT_H 1
27 27
28 /* Define to 1 if you have the <dlfcn.h> header file. */ 28 /* Define to 1 if you have the <dlfcn.h> header file. */
29 #define HAVE_DLFCN_H 1 29 #define HAVE_DLFCN_H 1
30 30
31 /* Have dlopen based dso */ 31 /* Have dlopen based dso */
32 #define HAVE_DLOPEN /**/ 32 /* #undef HAVE_DLOPEN */
33 33
34 /* Define to 1 if you have the <dl.h> header file. */ 34 /* Define to 1 if you have the <dl.h> header file. */
35 /* #undef HAVE_DL_H */ 35 /* #undef HAVE_DL_H */
36 36
37 /* Define to 1 if you have the <errno.h> header file. */ 37 /* Define to 1 if you have the <errno.h> header file. */
38 #define HAVE_ERRNO_H 1 38 #define HAVE_ERRNO_H 1
39 39
40 /* Define to 1 if you have the <fcntl.h> header file. */ 40 /* Define to 1 if you have the <fcntl.h> header file. */
41 #define HAVE_FCNTL_H 1 41 #define HAVE_FCNTL_H 1
42 42
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 /* Have compression library */ 91 /* Have compression library */
92 /* #undef HAVE_LIBLZMA */ 92 /* #undef HAVE_LIBLZMA */
93 93
94 /* Define if pthread library is there (-lpthread) */ 94 /* Define if pthread library is there (-lpthread) */
95 #define HAVE_LIBPTHREAD /**/ 95 #define HAVE_LIBPTHREAD /**/
96 96
97 /* Define if readline library is there (-lreadline) */ 97 /* Define if readline library is there (-lreadline) */
98 /* #undef HAVE_LIBREADLINE */ 98 /* #undef HAVE_LIBREADLINE */
99 99
100 /* Have compression library */ 100 /* Have compression library */
101 #define HAVE_LIBZ 1 101 /* #undef HAVE_LIBZ */
102 102
103 /* Define to 1 if you have the <limits.h> header file. */ 103 /* Define to 1 if you have the <limits.h> header file. */
104 #define HAVE_LIMITS_H 1 104 #define HAVE_LIMITS_H 1
105 105
106 /* Define to 1 if you have the `localtime' function. */ 106 /* Define to 1 if you have the `localtime' function. */
107 #define HAVE_LOCALTIME 1 107 #define HAVE_LOCALTIME 1
108 108
109 /* Define to 1 if you have the <lzma.h> header file. */ 109 /* Define to 1 if you have the <lzma.h> header file. */
110 /* #undef HAVE_LZMA_H */ 110 /* #undef HAVE_LZMA_H */
111 111
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 /* Define to 1 if you have the `vfprintf' function. */ 257 /* Define to 1 if you have the `vfprintf' function. */
258 #define HAVE_VFPRINTF 1 258 #define HAVE_VFPRINTF 1
259 259
260 /* Define to 1 if you have the `vsnprintf' function. */ 260 /* Define to 1 if you have the `vsnprintf' function. */
261 #define HAVE_VSNPRINTF 1 261 #define HAVE_VSNPRINTF 1
262 262
263 /* Define to 1 if you have the `vsprintf' function. */ 263 /* Define to 1 if you have the `vsprintf' function. */
264 #define HAVE_VSPRINTF 1 264 #define HAVE_VSPRINTF 1
265 265
266 /* Define to 1 if you have the <zlib.h> header file. */ 266 /* Define to 1 if you have the <zlib.h> header file. */
267 #define HAVE_ZLIB_H 1 267 /* #undef HAVE_ZLIB_H */
268 268
269 /* Define to 1 if you have the `_stat' function. */ 269 /* Define to 1 if you have the `_stat' function. */
270 /* #undef HAVE__STAT */ 270 /* #undef HAVE__STAT */
271 271
272 /* Whether __va_copy() is available */ 272 /* Whether __va_copy() is available */
273 /* #undef HAVE___VA_COPY */ 273 /* #undef HAVE___VA_COPY */
274 274
275 /* Define as const if the declaration of iconv() needs const. */ 275 /* Define as const if the declaration of iconv() needs const. */
276 /* #undef ICONV_CONST */ 276 /* #undef ICONV_CONST */
277 277
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 324
325 /* Using the Win32 Socket implementation */ 325 /* Using the Win32 Socket implementation */
326 /* #undef _WINSOCKAPI_ */ 326 /* #undef _WINSOCKAPI_ */
327 327
328 /* ss_family is not defined here, use __ss_family instead */ 328 /* ss_family is not defined here, use __ss_family instead */
329 /* #undef ss_family */ 329 /* #undef ss_family */
330 330
331 /* Define to the type of an unsigned integer type of width exactly 32 bits if 331 /* Define to the type of an unsigned integer type of width exactly 32 bits if
332 such a type exists and the standard includes do not define it. */ 332 such a type exists and the standard includes do not define it. */
333 /* #undef uint32_t */ 333 /* #undef uint32_t */
OLDNEW
« no previous file with comments | « third_party/libxml/linux/xml2-config ('k') | third_party/libxml/mac/include/libxml/xmlversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698