--- parser3/src/include/pa_config_auto.h.in 2003/03/26 13:46:58 1.37.2.2.2.1 +++ parser3/src/include/pa_config_auto.h.in 2009/11/27 10:20:16 1.47 @@ -3,9 +3,15 @@ /* 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 +/* Define to 1 if you have the header file. */ +#undef HAVE_ASSERT_H + /* Define to 1 if you have the `crypt' function. */ #undef HAVE_CRYPT @@ -30,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 @@ -100,9 +109,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 @@ -186,15 +192,24 @@ /* 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 /* Define to 1 if you have the `_locking' function. */ #undef HAVE__LOCKING +/* assertions disabled */ +#undef NDEBUG + /* 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 @@ -210,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 @@ -234,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