--- parser3/src/include/pa_config_auto.h.in 2002/06/24 15:26:58 1.26 +++ parser3/src/include/pa_config_auto.h.in 2002/10/14 08:29:29 1.31 @@ -30,9 +30,24 @@ /* Define to `int' if does not define. */ #undef ssize_t +/* Define if you have daylight external variable in */ +#undef HAVE_DAYLIGHT + +/* Define if you have timezone external variable in */ +#undef HAVE_TIMEZONE + +/* Define if you have tm_gmtoff member of tm structure in */ +#undef HAVE_TM_GMTOFF + +/* Define if you have tm_tzadj member of tm structure in */ +#undef HAVE_TM_TZADJ + /* Define if you have the _locking function. */ #undef HAVE__LOCKING +/* Define if you have the crypt function. */ +#undef HAVE_CRYPT + /* Define if you have the dlerror function. */ #undef HAVE_DLERROR @@ -45,6 +60,9 @@ /* Define if you have the getrusage function. */ #undef HAVE_GETRUSAGE +/* Define if you have the gettimeofday function. */ +#undef HAVE_GETTIMEOFDAY + /* Define if you have the lockf function. */ #undef HAVE_LOCKF @@ -63,6 +81,9 @@ /* Define if you have the trunc function. */ #undef HAVE_TRUNC +/* Define if you have the header file. */ +#undef HAVE_CRYPT_H + /* Define if you have the header file. */ #undef HAVE_CTYPE_H @@ -135,6 +156,12 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the 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). */ #undef HAVE_LIBM @@ -159,6 +186,9 @@ /* disabled reading and executing files of non-process-effective-group */ #undef NO_FOREIGN_GROUP_FILES +/* one can throw from dynamic library */ +#undef PA_WITH_SJLJ_EXCEPTIONS + /* xml-abled parser (uses shared library) */ #undef XML