--- parser3/src/include/pa_config_auto.h.in 2012/06/11 22:20:04 1.59 +++ parser3/src/include/pa_config_auto.h.in 2012/06/15 19:31:13 1.74 @@ -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 @@ -369,7 +378,19 @@ /* has \$mail:received (uses static library) */ #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. */