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

version 1.61, 2012/06/12 20:18:42 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
   
   /* parser version */
   #undef PARSER_VERSION
   
 /* compile for sparc processor */  /* compile for sparc processor */
 #undef PA_BIG_ENDIAN  #undef PA_BIG_ENDIAN
   
Line 366 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
   
 /* 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  #undef XML
   
 /* Define so that glibc/gnulib argp.h does not typedef error_t. */  /* Define so that glibc/gnulib argp.h does not typedef error_t. */
Line 378 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.61  
changed lines
  Added in v.1.78


E-mail: