Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.26 and 1.30

version 1.26, 2002/06/24 15:26:58 version 1.30, 2002/09/24 11:42:04
Line 30 Line 30
 /* 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 if you have daylight external variable in <time.h> */
   #undef HAVE_DAYLIGHT
   
   /* Define if you have timezone external variable in <time.h> */
   #undef HAVE_TIMEZONE
   
   /* Define if you have tm_gmtoff member of tm structure in <time.h> */
   #undef HAVE_TM_GMTOFF
   
   /* Define if you have tm_tzadj member of tm structure in <time.h> */
   #undef HAVE_TM_TZADJ
   
 /* Define if you have the _locking function.  */  /* Define if you have the _locking function.  */
 #undef HAVE__LOCKING  #undef HAVE__LOCKING
   
   /* Define if you have the crypt function.  */
   #undef HAVE_CRYPT
   
 /* Define if you have the dlerror function.  */  /* Define if you have the dlerror function.  */
 #undef HAVE_DLERROR  #undef HAVE_DLERROR
   
Line 63 Line 78
 /* Define if you have the trunc function.  */  /* Define if you have the trunc function.  */
 #undef HAVE_TRUNC  #undef HAVE_TRUNC
   
   /* Define if you have the <crypt.h> header file.  */
   #undef HAVE_CRYPT_H
   
 /* Define if you have the <ctype.h> header file.  */  /* Define if you have the <ctype.h> header file.  */
 #undef HAVE_CTYPE_H  #undef HAVE_CTYPE_H
   
Line 135 Line 153
 /* Define if you have the <unistd.h> header file.  */  /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
   /* Define if you have the <winsock.h> header file.  */
   #undef HAVE_WINSOCK_H
   
   /* Define if you have the crypt library (-lcrypt).  */
   #undef HAVE_LIBCRYPT
   
 /* Define if you have the m library (-lm).  */  /* Define if you have the m library (-lm).  */
 #undef HAVE_LIBM  #undef HAVE_LIBM
   
Line 159 Line 183
 /* disabled reading and executing files of non-process-effective-group */  /* disabled reading and executing files of non-process-effective-group */
 #undef NO_FOREIGN_GROUP_FILES  #undef NO_FOREIGN_GROUP_FILES
   
   /* one can throw from dynamic library */
   #undef PA_WITH_SJLJ_EXCEPTIONS
   
 /* xml-abled parser (uses shared library) */  /* xml-abled parser (uses shared library) */
 #undef XML  #undef XML
   

Removed from v.1.26  
changed lines
  Added in v.1.30


E-mail: