Chris@1: /* config.h.in. Generated from configure.ac by autoheader. */ Chris@1: Chris@1: /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP Chris@1: systems. This function is required for `alloca.c' support on those systems. Chris@1: */ Chris@1: #undef CRAY_STACKSEG_END Chris@1: Chris@1: /* Define to 1 if using `alloca.c'. */ Chris@1: #undef C_ALLOCA Chris@1: Chris@1: /* Define to 1 if you have `alloca', as a function or macro. */ Chris@1: #undef HAVE_ALLOCA Chris@1: Chris@1: /* Define to 1 if you have and it should be used (not on Ultrix). Chris@1: */ Chris@1: #undef HAVE_ALLOCA_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_DLFCN_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_INTTYPES_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_MEMORY_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_STDINT_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_STDLIB_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_STRINGS_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_STRING_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_SYS_STAT_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_SYS_TYPES_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_UNISTD_H Chris@1: Chris@1: /* Define to the sub-directory in which libtool stores uninstalled libraries. Chris@1: */ Chris@1: #undef LT_OBJDIR Chris@1: Chris@1: /* Define to 1 if your C compiler doesn't accept -c and -o together. */ Chris@1: #undef NO_MINUS_C_MINUS_O Chris@1: Chris@1: /* Name of package */ Chris@1: #undef PACKAGE Chris@1: Chris@1: /* Define to the address where bug reports for this package should be sent. */ Chris@1: #undef PACKAGE_BUGREPORT Chris@1: Chris@1: /* Define to the full name of this package. */ Chris@1: #undef PACKAGE_NAME Chris@1: Chris@1: /* Define to the full name and version of this package. */ Chris@1: #undef PACKAGE_STRING Chris@1: Chris@1: /* Define to the one symbol short name of this package. */ Chris@1: #undef PACKAGE_TARNAME Chris@1: Chris@1: /* Define to the home page for this package. */ Chris@1: #undef PACKAGE_URL Chris@1: Chris@1: /* Define to the version of this package. */ Chris@1: #undef PACKAGE_VERSION Chris@1: Chris@1: /* If using the C implementation of alloca, define if you know the Chris@1: direction of stack growth for your system; otherwise it will be Chris@1: automatically deduced at runtime. Chris@1: STACK_DIRECTION > 0 => grows toward higher addresses Chris@1: STACK_DIRECTION < 0 => grows toward lower addresses Chris@1: STACK_DIRECTION = 0 => direction of growth unknown */ Chris@1: #undef STACK_DIRECTION Chris@1: Chris@1: /* Define to 1 if you have the ANSI C header files. */ Chris@1: #undef STDC_HEADERS Chris@1: Chris@1: /* Version number of package */ Chris@1: #undef VERSION Chris@1: Chris@1: /* Define to `__inline__' or `__inline' if that's what the C compiler Chris@1: calls it, or to nothing if 'inline' is not supported under any name. */ Chris@1: #ifndef __cplusplus Chris@1: #undef inline Chris@1: #endif Chris@1: Chris@1: /* Define to `unsigned int' if does not define. */ Chris@1: #undef size_t