--- parser3/src/include/pa_config_includes.h 2001/04/05 16:30:41 1.2 +++ parser3/src/include/pa_config_includes.h 2001/04/17 19:00:35 1.3 @@ -4,10 +4,55 @@ # include "pa_config_fixed.h" #endif +#ifdef HAVE_CTYPE_H +# include +#endif + +#ifdef HAVE_ERRNO_H +# include +#endif + +#ifdef HAVE_FCNTL_H +# include +#endif + +#ifdef HAVE_IO_H +# include +#endif + +#ifdef HAVE_PROCESS_H +# include +#endif + #ifdef HAVE_STDARG_H # include #endif -#ifdef HAVE_UNISTD_H +#ifdef HAVE_STDIO_H +# include +#endif + +#ifdef HAVE_SYS_STAT_H +# include +#endif + +#if defined(HAVE_UNISTD_H) && !defined(NO_UNISTD_H) # include #endif + +#ifdef HAVE_MATH_H +# include +#endif + +#ifdef HAVE_TIME_H +# include +#endif + +#ifdef HAVE_STDLIB_H +# include +#endif + +#ifdef HAVE_STRING_H +# include +#endif +