Blame config.h.in

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