--- parser3/src/include/pa_config_includes.h 2001/04/23 10:19:00 1.4 +++ parser3/src/include/pa_config_includes.h 2001/05/17 10:22:24 1.8 @@ -1,9 +1,27 @@ +/** @file + Parser: includes all Configure-d headers + + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + + Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: pa_config_includes.h,v 1.8 2001/05/17 10:22:24 parser Exp $ + + + when used Configure [HAVE_CONFIG_H] it uses defines from Configure, + fixed otherwise. +*/ + #if HAVE_CONFIG_H # include "pa_config_auto.h" #else # include "pa_config_fixed.h" #endif +#ifdef __cplusplus +# undef inline +#endif + #ifdef HAVE_CTYPE_H # include #endif @@ -28,6 +46,10 @@ # include #endif +#ifdef HAVE_STDDEF_H +# include +#endif + #ifdef HAVE_STDIO_H # include #endif @@ -59,3 +81,7 @@ #ifdef HAVE_DIRECT_H # include #endif + +#ifdef HAVE_SETJMP_H +# include +#endif