--- parser3/src/include/pa_config_auto.h.in 2012/06/09 13:10:30 1.56 +++ parser3/src/include/pa_config_auto.h.in 2012/07/17 08:20:00 1.77 @@ -1,5 +1,8 @@ /* src/include/pa_config_auto.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* using cygwin building environment */ #undef CYGWIN @@ -336,9 +339,15 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* parser version */ +#undef PARSER_VERSION + /* compile for sparc processor */ #undef PA_BIG_ENDIAN @@ -366,10 +375,22 @@ /* Windows32 target platform */ #undef WIN32 -/* has \$mail:received (uses static library) */ +/* has \$mail:received */ #undef WITH_MAILRECEIVE -/* xml-abled parser (uses static library) */ +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif + +/* xml-abled parser */ #undef XML /* Define so that glibc/gnulib argp.h does not typedef error_t. */ @@ -378,9 +399,6 @@ /* Define to a type to use for `error_t' if it is not otherwise available. */ #undef error_t -/* Define to `long' if does not define. */ -#undef off_t - /* Define to `unsigned int' if does not define. */ #undef size_t