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

version 1.71, 2012/06/15 12:13:56 version 1.82, 2013/07/16 21:53:03
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 42 Line 45
 /* Define to 1 if you have the `crypt' function. */  /* Define to 1 if you have the `crypt' function. */
 #undef HAVE_CRYPT  #undef HAVE_CRYPT
   
 /* Define to 1 if you have the <crypt.h> header file. */  
 #undef HAVE_CRYPT_H  
   
 /* Define to 1 if you have the <ctype.h> header file. */  /* Define to 1 if you have the <ctype.h> header file. */
 #undef HAVE_CTYPE_H  #undef HAVE_CTYPE_H
   
Line 55 Line 55
    you don't. */     you don't. */
 #undef HAVE_DECL_CYGWIN_CONV_PATH  #undef HAVE_DECL_CYGWIN_CONV_PATH
   
 /* Define to 1 if you have the <direct.h> header file. */  
 #undef HAVE_DIRECT_H  
   
 /* Define to 1 if you have the <dirent.h> header file. */  /* Define to 1 if you have the <dirent.h> header file. */
 #undef HAVE_DIRENT_H  #undef HAVE_DIRENT_H
   
 /* Define if you have the GNU dld library */  /* Define if you have the GNU dld library. */
 #undef HAVE_DLD  #undef HAVE_DLD
   
 /* Define to 1 if you have the <dld.h> header file. */  /* Define to 1 if you have the <dld.h> header file. */
Line 246 Line 243
 /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
   
 /* Define to 1 if you have the <sys/time.h> header file. */  
 #undef HAVE_SYS_TIME_H  
   
 /* Define to 1 if you have the <sys/types.h> header file. */  /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
   
 /* Define if you have timezone external variable in <time.h> */  /* Define if you have timezone external variable in <time.h> */
 #undef HAVE_TIMEZONE  #undef HAVE_TIMEZONE
   
 /* Define to 1 if you have the <time.h> header file. */  
 #undef HAVE_TIME_H  
   
 /* Define if you have tm_gmtoff member of tm structure in <time.h> */  /* Define if you have tm_gmtoff member of tm structure in <time.h> */
 #undef HAVE_TM_GMTOFF  #undef HAVE_TM_GMTOFF
   
Line 336 Line 327
 /* 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 363
 /* 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
   
   /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
      <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
      #define below would cause a syntax error. */
   #undef _UINT32_T
   
   /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
      <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
      #define below would cause a syntax error. */
   #undef _UINT64_T
   
   /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
      <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
      #define below would cause a syntax error. */
   #undef _UINT8_T
   
 /* Define so that glibc/gnulib argp.h does not typedef error_t. */  /* Define so that glibc/gnulib argp.h does not typedef error_t. */
 #undef __error_t_defined  #undef __error_t_defined
   
 /* 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
   
 /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
 #undef ssize_t  #undef ssize_t
   
   /* Define to the type of an unsigned integer type of width exactly 32 bits if
      such a type exists and the standard includes do not define it. */
   #undef uint32_t
   
   /* Define to the type of an unsigned integer type of width exactly 64 bits if
      such a type exists and the standard includes do not define it. */
   #undef uint64_t
   
   /* Define to the type of an unsigned integer type of width exactly 8 bits if
      such a type exists and the standard includes do not define it. */
   #undef uint8_t

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


E-mail: