Blame src/config.h.in

Packit b89d10
/* src/config.h.in.  Generated from configure.ac by autoheader.  */
Packit b89d10
Packit b89d10
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Packit b89d10
   systems. This function is required for `alloca.c' support on those systems.
Packit b89d10
   */
Packit b89d10
#undef CRAY_STACKSEG_END
Packit b89d10
Packit b89d10
/* Define to 1 if using `alloca.c'. */
Packit b89d10
#undef C_ALLOCA
Packit b89d10
Packit b89d10
/* Define to 1 if you have `alloca', as a function or macro. */
Packit b89d10
#undef HAVE_ALLOCA
Packit b89d10
Packit b89d10
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
Packit b89d10
   */
Packit b89d10
#undef HAVE_ALLOCA_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit b89d10
#undef HAVE_DLFCN_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <inttypes.h> header file. */
Packit b89d10
#undef HAVE_INTTYPES_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <limits.h> header file. */
Packit b89d10
#undef HAVE_LIMITS_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <memory.h> header file. */
Packit b89d10
#undef HAVE_MEMORY_H
Packit b89d10
Packit b89d10
/* Define if compilerr supports prototypes */
Packit b89d10
#undef HAVE_PROTOTYPES
Packit b89d10
Packit b89d10
/* Define if compiler supports stdarg prototypes */
Packit b89d10
#undef HAVE_STDARG_PROTOTYPES
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <stdint.h> header file. */
Packit b89d10
#undef HAVE_STDINT_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <stdlib.h> header file. */
Packit b89d10
#undef HAVE_STDLIB_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <strings.h> header file. */
Packit b89d10
#undef HAVE_STRINGS_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <string.h> header file. */
Packit b89d10
#undef HAVE_STRING_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit b89d10
#undef HAVE_SYS_STAT_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <sys/times.h> header file. */
Packit b89d10
#undef HAVE_SYS_TIMES_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <sys/time.h> header file. */
Packit b89d10
#undef HAVE_SYS_TIME_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <sys/types.h> header file. */
Packit b89d10
#undef HAVE_SYS_TYPES_H
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <unistd.h> header file. */
Packit b89d10
#undef HAVE_UNISTD_H
Packit b89d10
Packit b89d10
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit b89d10
#undef LT_OBJDIR
Packit b89d10
Packit b89d10
/* Name of package */
Packit b89d10
#undef PACKAGE
Packit b89d10
Packit b89d10
/* Define to the address where bug reports for this package should be sent. */
Packit b89d10
#undef PACKAGE_BUGREPORT
Packit b89d10
Packit b89d10
/* Define to the full name of this package. */
Packit b89d10
#undef PACKAGE_NAME
Packit b89d10
Packit b89d10
/* Define to the full name and version of this package. */
Packit b89d10
#undef PACKAGE_STRING
Packit b89d10
Packit b89d10
/* Define to the one symbol short name of this package. */
Packit b89d10
#undef PACKAGE_TARNAME
Packit b89d10
Packit b89d10
/* Define to the home page for this package. */
Packit b89d10
#undef PACKAGE_URL
Packit b89d10
Packit b89d10
/* Define to the version of this package. */
Packit b89d10
#undef PACKAGE_VERSION
Packit b89d10
Packit b89d10
/* The size of `int', as computed by sizeof. */
Packit b89d10
#undef SIZEOF_INT
Packit b89d10
Packit b89d10
/* The size of `long', as computed by sizeof. */
Packit b89d10
#undef SIZEOF_LONG
Packit b89d10
Packit b89d10
/* The size of `short', as computed by sizeof. */
Packit b89d10
#undef SIZEOF_SHORT
Packit b89d10
Packit b89d10
/* If using the C implementation of alloca, define if you know the
Packit b89d10
   direction of stack growth for your system; otherwise it will be
Packit b89d10
   automatically deduced at runtime.
Packit b89d10
	STACK_DIRECTION > 0 => grows toward higher addresses
Packit b89d10
	STACK_DIRECTION < 0 => grows toward lower addresses
Packit b89d10
	STACK_DIRECTION = 0 => direction of growth unknown */
Packit b89d10
#undef STACK_DIRECTION
Packit b89d10
Packit b89d10
/* Define to 1 if you have the ANSI C header files. */
Packit b89d10
#undef STDC_HEADERS
Packit b89d10
Packit b89d10
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
Packit b89d10
#undef TIME_WITH_SYS_TIME
Packit b89d10
Packit b89d10
/* Define if enable CR+NL as line terminator */
Packit b89d10
#undef USE_CRNL_AS_LINE_TERMINATOR
Packit b89d10
Packit b89d10
/* Version number of package */
Packit b89d10
#undef VERSION
Packit b89d10
Packit b89d10
/* Define to empty if `const' does not conform to ANSI C. */
Packit b89d10
#undef const
Packit b89d10
Packit b89d10
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit b89d10
#undef size_t