--- parser3/src/include/pa_config_auto.h.in 2001/10/30 07:40:21 1.11 +++ 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 @@ -30,6 +48,9 @@ /* 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 @@ -51,9 +72,18 @@ /* 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 @@ -84,9 +114,12 @@ /* DB2-abled parser */ #undef DB2 +/* Windows32 target platform */ +#undef WIN32 + /* compiler supports pragma pack */ #undef HAVE_PRAGMA_PACK -/* Windows32 target platform */ -#undef WIN32 +/* library has set_new_handler func */ +#undef HAVE_SET_NEW_HANDLER