--- parser3/src/include/pa_config_auto.h.in 2003/02/03 15:50:36 1.37.2.2 +++ parser3/src/include/pa_config_auto.h.in 2010/08/31 14:03:35 1.49 @@ -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 @@ -15,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 @@ -30,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 @@ -96,12 +108,10 @@ /* Define to 1 if you have the `qsort' function. */ #undef HAVE_QSORT -/* Define to 1 if you have the `round' function. */ +/* Define to 1 if you have the `round' (maybe built-in) math function + 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 @@ -111,7 +121,8 @@ /* Define to 1 if you have the `siglongjmp' function. */ #undef HAVE_SIGLONGJMP -/* Define to 1 if you have the `sign' function. */ +/* Define to 1 if you have the `sign' (maybe built-in) math function function. + */ #undef HAVE_SIGN /* Define to 1 if you have the header file. */ @@ -177,23 +188,30 @@ /* Define if you have tm_tzadj member of tm structure in */ #undef HAVE_TM_TZADJ -/* Define to 1 if you have the `trunc' function. */ +/* Define to 1 if you have the `trunc' (maybe built-in) math function + function. */ #undef HAVE_TRUNC /* 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 -/* no string origin tracking */ -#undef NO_STRING_ORIGIN +/* stringstream disabled */ +#undef NO_STRINGSTREAM /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -210,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 @@ -234,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