--- parser3/src/include/pa_config_includes.h 2001/05/10 17:28:11 1.6 +++ parser3/src/include/pa_config_includes.h 2001/05/17 19:33:32 1.9 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_config_includes.h,v 1.6 2001/05/10 17:28:11 paf Exp $ + $Id: pa_config_includes.h,v 1.9 2001/05/17 19:33:32 parser Exp $ when used Configure [HAVE_CONFIG_H] it uses defines from Configure, @@ -18,9 +18,8 @@ # include "pa_config_fixed.h" #endif -#ifndef inline -/* there must be 'inline' to compile parser */ -# define inline inline +#ifdef __cplusplus +# undef inline #endif #ifdef HAVE_CTYPE_H @@ -47,6 +46,10 @@ # include #endif +#ifdef HAVE_STDDEF_H +# include +#endif + #ifdef HAVE_STDIO_H # include #endif @@ -78,3 +81,11 @@ #ifdef HAVE_DIRECT_H # include #endif + +#ifdef HAVE_SETJMP_H +# include +#endif + +#ifdef HAVE_MEMORY_H +# include +#endif