Deleted Added
full compact
expat_config.h.in (104349) expat_config.h.in (178848)
1/* expat_config.h.in. Generated from configure.in by autoheader. */
2
3/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4#undef BYTEORDER
5
6/* Define to 1 if you have the `bcopy' function. */
7#undef HAVE_BCOPY
8

--- 65 unchanged lines hidden (view full) ---

74#undef XML_CONTEXT_BYTES
75
76/* Define to make parameter entity parsing functionality available. */
77#undef XML_DTD
78
79/* Define to make XML Namespaces functionality available. */
80#undef XML_NS
81
1/* expat_config.h.in. Generated from configure.in by autoheader. */
2
3/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4#undef BYTEORDER
5
6/* Define to 1 if you have the `bcopy' function. */
7#undef HAVE_BCOPY
8

--- 65 unchanged lines hidden (view full) ---

74#undef XML_CONTEXT_BYTES
75
76/* Define to make parameter entity parsing functionality available. */
77#undef XML_DTD
78
79/* Define to make XML Namespaces functionality available. */
80#undef XML_NS
81
82/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
83#undef __func__
84
82/* Define to empty if `const' does not conform to ANSI C. */
83#undef const
84
85/* Define to `long' if <sys/types.h> does not define. */
86#undef off_t
87
88/* Define to `unsigned' if <sys/types.h> does not define. */
89#undef size_t
85/* Define to empty if `const' does not conform to ANSI C. */
86#undef const
87
88/* Define to `long' if <sys/types.h> does not define. */
89#undef off_t
90
91/* Define to `unsigned' if <sys/types.h> does not define. */
92#undef size_t