--- parser3/src/include/pa_config_auto.h.in 2002/01/31 10:20:19 1.16 +++ parser3/src/include/pa_config_auto.h.in 2002/12/15 14:25:22 1.34 @@ -3,30 +3,99 @@ /* Define as __inline if that's what the C compiler calls it. */ #undef inline +/* Define to `long' if doesn't define. */ +#undef off_t + /* Define to `unsigned' if doesn't define. */ #undef size_t /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + +/* Define if you have the GNU dld library. */ +#undef HAVE_DLD + +/* Define if you have the libdl library or equivalent. */ +#undef HAVE_LIBDL + +/* Define if you have the shl_load function. */ +#undef HAVE_SHL_LOAD + +/* Define to `unsigned int' if does not define. */ +#undef size_t + +/* 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 + +/* Define if you have the fcntl function. */ +#undef HAVE_FCNTL + /* Define if you have the flock function. */ #undef HAVE_FLOCK +/* Define if you have the ftruncate function. */ +#undef HAVE_FTRUNCATE + +/* 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 +/* Define if you have the qsort function. */ +#undef HAVE_QSORT + /* Define if you have the round function. */ #undef HAVE_ROUND +/* Define if you have the select function. */ +#undef HAVE_SELECT + +/* Define if you have the siglongjmp function. */ +#undef HAVE_SIGLONGJMP + /* Define if you have the sign function. */ #undef HAVE_SIGN +/* Define if you have the sigsetjmp function. */ +#undef HAVE_SIGSETJMP + /* Define if you have the trunc function. */ #undef HAVE_TRUNC +/* Define if you have the header file. */ +#undef HAVE_ARPA_INET_H + +/* Define if you have the header file. */ +#undef HAVE_CRYPT_H + /* Define if you have the header file. */ #undef HAVE_CTYPE_H @@ -48,6 +117,12 @@ /* Define if you have the header file. */ #undef HAVE_MEMORY_H +/* Define if you have the header file. */ +#undef HAVE_NETDB_H + +/* Define if you have the header file. */ +#undef HAVE_NETINET_IN_H + /* Define if you have the header file. */ #undef HAVE_NEW @@ -57,6 +132,9 @@ /* Define if you have the header file. */ #undef HAVE_SETJMP_H +/* Define if you have the header file. */ +#undef HAVE_SIGNAL_H + /* Define if you have the header file. */ #undef HAVE_STDARG_H @@ -78,9 +156,21 @@ /* Define if you have the header file. */ #undef HAVE_SYS_LOCKING_H +/* Define if you have the header file. */ +#undef HAVE_SYS_RESOURCE_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_SELECT_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_SOCKET_H + /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define if you have the header file. */ +#undef HAVE_SYS_TIME_H + /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H @@ -90,6 +180,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 @@ -108,11 +204,29 @@ /* no string origin tracking */ #undef NO_STRING_ORIGIN -/* xml-abled parser */ +/* pa_exec disabled */ +#undef NO_PA_EXECS + +/* 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 + +/* xml-abled parser (uses static library) */ #undef XML -/* DB2-abled parser */ -#undef DB2 +/* has $mail:received (uses shared library) */ +#undef WITH_MAILRECEIVE + +/* has $mail:received (uses static library) */ +#undef WITH_MAILRECEIVE + +/* parser uses this command instead of user-defined sendmail commands */ +#undef PA_FORCED_SENDMAIL /* Windows32 target platform */ #undef WIN32