--- parser3/src/include/pa_config_auto.h.in 2001/05/10 17:28:11 1.2 +++ parser3/src/include/pa_config_auto.h.in 2001/12/07 07:42:33 1.14.6.1 @@ -9,6 +9,24 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you have the _locking function. */ +#undef HAVE__LOCKING + +/* Define if you have the flock function. */ +#undef HAVE_FLOCK + +/* Define if you have the lockf function. */ +#undef HAVE_LOCKF + +/* Define if you have the round function. */ +#undef HAVE_ROUND + +/* Define if you have the sign function. */ +#undef HAVE_SIGN + +/* Define if you have the trunc function. */ +#undef HAVE_TRUNC + /* Define if you have the header file. */ #undef HAVE_CTYPE_H @@ -27,12 +45,24 @@ /* Define if you have the header file. */ #undef HAVE_MATH_H +/* Define if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define if you have the header file. */ +#undef HAVE_NEW + /* Define if you have the header file. */ #undef HAVE_PROCESS_H +/* Define if you have the header file. */ +#undef HAVE_SETJMP_H + /* Define if you have the header file. */ #undef HAVE_STDARG_H +/* Define if you have the header file. */ +#undef HAVE_STDDEF_H + /* Define if you have the header file. */ #undef HAVE_STDIO_H @@ -42,24 +72,54 @@ /* Define if you have the header file. */ #undef HAVE_STRING_H +/* Define if you have the header file. */ +#undef HAVE_SYS_FILE_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_LOCKING_H + /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define if you have the header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the header file. */ #undef HAVE_TIME_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H -/* some test var */ -#undef test_var +/* Define if you have the m library (-lm). */ +#undef HAVE_LIBM -/* Windows32 target platform */ -#undef WIN32 +/* Define if you have the nsl library (-lnsl). */ +#undef HAVE_LIBNSL -/* no 'first' module */ -#undef WITHOUT_FIRST +/* Define if you have the socket library (-lsocket). */ +#undef HAVE_LIBSOCKET + +/* Define if you have the wsock32 library (-lwsock32). */ +#undef HAVE_LIBWSOCK32 + +/* Define if you have the xnet library (-lxnet). */ +#undef HAVE_LIBXNET /* no string origin tracking */ #undef NO_STRING_ORIGIN +/* xml-abled parser */ +#undef XML + +/* DB2-abled parser */ +#undef DB2 + +/* Windows32 target platform */ +#undef WIN32 + +/* compiler supports pragma pack */ +#undef HAVE_PRAGMA_PACK + +/* library has set_new_handler func */ +#undef HAVE_SET_NEW_HANDLER +