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

version 1.80, 2013/03/10 20:18:27 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 398 Line 386
    #define below would cause a syntax error. */     #define below would cause a syntax error. */
 #undef _UINT32_T  #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
   
Line 413 Line 411
 /* Define to the type of an unsigned integer type of width exactly 32 bits if  /* 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. */     such a type exists and the standard includes do not define it. */
 #undef uint32_t  #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.80  
changed lines
  Added in v.1.82


E-mail: