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