X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fexpat%2Ffiles%2Flib%2Fexpat_config.h;h=d5971ef724179fec558cbc3b5ba8d802da6798f0;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=72bdec22c3fbc42abf48aa6b783e7fe5f170f49c;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/expat/files/lib/expat_config.h b/src/third_party/expat/files/lib/expat_config.h index 72bdec2..d5971ef 100644 --- a/src/third_party/expat/files/lib/expat_config.h +++ b/src/third_party/expat/files/lib/expat_config.h @@ -3,22 +3,15 @@ #ifndef THIRD_PARTY_EXPAT_V2_0_1_SOURCE_LIB_EXPAT_CONFIG_H__ #define THIRD_PARTY_EXPAT_V2_0_1_SOURCE_LIB_EXPAT_CONFIG_H__ -/* expat_config.h. Generated by configure. */ +/* expat_config.h. Generated from expat_config.h.in by configure. */ /* expat_config.h.in. Generated from configure.in by autoheader. */ /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ -#if defined __BIG_ENDIAN__ // OSX and PPC => big endian; predefined gcc macro -#define BYTEORDER 4321 -#else #define BYTEORDER 1234 -#endif /* Define to 1 if you have the `bcopy' function. */ #define HAVE_BCOPY 1 -/* Define to 1 if you have the header file. */ -/* #undef HAVE_CHECK_H */ - /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 @@ -52,6 +45,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_PARAM_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 @@ -61,20 +57,27 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#define LT_OBJDIR ".libs/" + /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org" +#define PACKAGE_BUGREPORT "expat-bugs@libexpat.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "expat" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "expat 1.95.8" +#define PACKAGE_STRING "expat 2.1.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "expat" +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.95.8" +#define PACKAGE_VERSION "2.1.0" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -92,13 +95,16 @@ /* Define to make XML Namespaces functionality available. */ #define XML_NS 1 +/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */ +/* #undef __func__ */ + /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ -/* Define to `long' if does not define. */ +/* Define to `long int' if does not define. */ /* #undef off_t */ -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ /* #undef size_t */ #endif // THIRD_PARTY_EXPAT_V2_0_1_SOURCE_LIB_EXPAT_CONFIG_H__