Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.70 and 1.75

version 1.70, 2012/06/15 12:04:08 version 1.75, 2012/06/15 20:56:45
Line 1 Line 1
 /* src/include/pa_config_auto.h.in.  Generated from configure.in by autoheader.  */  /* 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 */  /* using cygwin building environment */
 #undef CYGWIN  #undef CYGWIN
   
Line 336 Line 339
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME  #undef PACKAGE_TARNAME
   
   /* Define to the home page for this package. */
   #undef PACKAGE_URL
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
   
Line 372 Line 378
 /* has \$mail:received (uses static library) */  /* has \$mail:received (uses static library) */
 #undef WITH_MAILRECEIVE  #undef WITH_MAILRECEIVE
   
   /* 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 */  /* xml-abled parser */
 #undef XML  #undef XML
   

Removed from v.1.70  
changed lines
  Added in v.1.75


E-mail: