--- 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/11/15 17:07:30 1.13 @@ -9,6 +9,18 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you have the round function. */ +#undef HAVE_ROUND + +/* Define if you have the set_new_handler function. */ +#undef HAVE_SET_NEW_HANDLER + +/* 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 +39,21 @@ /* 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_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 @@ -51,15 +72,33 @@ /* 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 + +/* compiler supports pragma pack */ +#undef HAVE_PRAGMA_PACK + +/* Windows32 target platform */ +#undef WIN32 +