Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.71 and 1.78

version 1.71, 2012/06/15 12:13:56 version 1.78, 2012/07/18 21:42:08
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 369 Line 375
 /* Windows32 target platform */  /* Windows32 target platform */
 #undef WIN32  #undef WIN32
   
 /* has \$mail:received (uses static library) */  /* has \$mail:received */
 #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
   
Line 381 Line 399
 /* Define to a type to use for `error_t' if it is not otherwise available. */  /* Define to a type to use for `error_t' if it is not otherwise available. */
 #undef error_t  #undef error_t
   
 /* Define to `long' if <sys/types.h> does not define. */  
 #undef off_t  
   
 /* Define to `unsigned int' if <sys/types.h> does not define. */  /* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t  #undef size_t
   

Removed from v.1.71  
changed lines
  Added in v.1.78


E-mail: