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

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

Issue 1994003003: Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium Created 4 years, 7 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
278 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 278 /* Define to the sub-directory in which libtool stores uninstalled libraries.
279 */
279 #define LT_OBJDIR ".libs/" 280 #define LT_OBJDIR ".libs/"
280 281
281 /* Name of package */ 282 /* Name of package */
282 #define PACKAGE "libxml2" 283 #define PACKAGE "libxml2"
283 284
284 /* Define to the address where bug reports for this package should be sent. */ 285 /* Define to the address where bug reports for this package should be sent. */
285 #define PACKAGE_BUGREPORT "" 286 #define PACKAGE_BUGREPORT ""
286 287
287 /* Define to the full name of this package. */ 288 /* Define to the full name of this package. */
288 #define PACKAGE_NAME "" 289 #define PACKAGE_NAME ""
(...skipping 16 matching lines...) Expand all
305 /* Define to 1 if you have the ANSI C header files. */ 306 /* Define to 1 if you have the ANSI C header files. */
306 #define STDC_HEADERS 1 307 #define STDC_HEADERS 1
307 308
308 /* Support for IPv6 */ 309 /* Support for IPv6 */
309 #define SUPPORT_IP6 /**/ 310 #define SUPPORT_IP6 /**/
310 311
311 /* Define if va_list is an array type */ 312 /* Define if va_list is an array type */
312 #define VA_LIST_IS_ARRAY 1 313 #define VA_LIST_IS_ARRAY 1
313 314
314 /* Version number of package */ 315 /* Version number of package */
315 #define VERSION "2.9.3" 316 #define VERSION "2.9.4"
316 317
317 /* Determine what socket length (socklen_t) data type is */ 318 /* Determine what socket length (socklen_t) data type is */
318 #define XML_SOCKLEN_T socklen_t 319 #define XML_SOCKLEN_T socklen_t
319 320
320 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 321 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
321 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 322 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
322 #define below would cause a syntax error. */ 323 #define below would cause a syntax error. */
323 /* #undef _UINT32_T */ 324 /* #undef _UINT32_T */
324 325
325 /* Using the Win32 Socket implementation */ 326 /* Using the Win32 Socket implementation */
326 /* #undef _WINSOCKAPI_ */ 327 /* #undef _WINSOCKAPI_ */
327 328
328 /* ss_family is not defined here, use __ss_family instead */ 329 /* ss_family is not defined here, use __ss_family instead */
329 /* #undef ss_family */ 330 /* #undef ss_family */
330 331
331 /* Define to the type of an unsigned integer type of width exactly 32 bits if 332 /* 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. */ 333 such a type exists and the standard includes do not define it. */
333 /* #undef uint32_t */ 334 /* #undef uint32_t */
OLDNEW
« no previous file with comments | « third_party/libxml/README.chromium ('k') | third_party/libxml/linux/include/libxml/xmlversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698