--- parser3/src/include/pa_config_auto.h.in 2004/05/24 10:26:00 1.41 +++ parser3/src/include/pa_config_auto.h.in 2005/11/22 16:13:11 1.43 @@ -119,6 +119,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SIGNAL_H +/* Define to 1 if you have the `sigsetjmp' function. */ +#undef HAVE_SIGSETJMP + /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H @@ -240,9 +243,11 @@ /* xml-abled parser (uses static library) */ #undef XML -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif /* Define to `long' if does not define. */ #undef off_t