--- parser3/src/include/pa_config_auto.h.in 2003/11/21 12:50:28 1.39 +++ parser3/src/include/pa_config_auto.h.in 2009/11/27 10:20:16 1.47 @@ -3,6 +3,9 @@ /* using cygwin building environment */ #undef CYGWIN +/* FreeBSD4X target platform */ +#undef FREEBSD4 + /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H @@ -33,6 +36,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H +/* Define to 1 if you have the `fchmod' function. */ +#undef HAVE_FCHMOD + /* Define to 1 if you have the `fcntl' function. */ #undef HAVE_FCNTL @@ -103,9 +109,6 @@ function. */ #undef HAVE_ROUND -/* have 'select' library function */ -#undef HAVE_SELECT - /* Define to 1 if you have the header file. */ #undef HAVE_SETJMP_H @@ -122,6 +125,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 @@ -186,6 +192,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `unsetenv' function. */ +#undef HAVE_UNSETENV + /* Define to 1 if you have the header file. */ #undef HAVE_WINSOCK_H @@ -198,6 +207,9 @@ /* pa_exec disabled */ #undef NO_PA_EXECS +/* stringstream disabled */ +#undef NO_STRINGSTREAM + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -213,9 +225,15 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* compile for sparc processor */ +#undef PA_BIG_ENDIAN + /* parser uses this command instead of user-defined sendmail commands */ #undef PA_FORCED_SENDMAIL +/* compile for intel processor or compatible */ +#undef PA_LITTLE_ENDIAN + /* disabled reading of files belonging to group+user other then effective */ #undef PA_SAFE_MODE @@ -237,9 +255,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