--- parser3/src/include/pa_config_auto.h.in 2003/04/08 08:52:29 1.37.2.2.2.3 +++ parser3/src/include/pa_config_auto.h.in 2010/11/24 16:49:55 1.52 @@ -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 @@ -18,6 +21,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_CTYPE_H +/* curl enabled parser */ +#undef HAVE_CURL + /* Define if you have daylight external variable in */ #undef HAVE_DAYLIGHT @@ -33,6 +39,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 +112,6 @@ function. */ #undef HAVE_ROUND -/* Define to 1 if you have the `select' function. */ -#undef HAVE_SELECT - /* Define to 1 if you have the header file. */ #undef HAVE_SETJMP_H @@ -122,6 +128,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 +195,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 +210,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 +228,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 +258,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