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

version 1.76, 2012/06/26 21:50:34 version 1.82, 2013/07/16 21:53:03
Line 45 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 58 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 249 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 375 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  /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Line 393 Line 381
 /* 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.76  
changed lines
  Added in v.1.82


E-mail: