Blame src/config.h.cmake.in

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
#cmakedefine CRAY_STACKSEG_END
Packit b89d10
Packit b89d10
/* Define to 1 if using `alloca.c'. */
Packit b89d10
#cmakedefine C_ALLOCA
Packit b89d10
Packit b89d10
/* Define to 1 if you have `alloca', as a function or macro. */
Packit b89d10
#cmakedefine HAVE_ALLOCA  ${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
#cmakedefine HAVE_ALLOCA_H  ${HAVE_ALLOCA_H}
Packit b89d10
Packit b89d10
/* Define if compilerr supports prototypes */
Packit b89d10
#cmakedefine HAVE_PROTOTYPES  ${HAVE_PROTOTYPES}
Packit b89d10
Packit b89d10
/* Define if compiler supports stdarg prototypes */
Packit b89d10
#cmakedefine HAVE_STDARG_PROTOTYPES  ${HAVE_STDARG_PROTOTYPES}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <stdint.h> header file. */
Packit b89d10
#cmakedefine HAVE_STDINT_H  ${HAVE_STDINT_H}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <stdlib.h> header file. */
Packit b89d10
#cmakedefine HAVE_STDLIB_H  ${HAVE_STDLIB_H}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <strings.h> header file. */
Packit b89d10
#cmakedefine HAVE_STRINGS_H  ${HAVE_STRINGS_H}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <string.h> header file. */
Packit b89d10
#cmakedefine HAVE_STRING_H  ${HAVE_STRING_H}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <limits.h> header file. */
Packit b89d10
#cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <sys/times.h> header file. */
Packit b89d10
#cmakedefine HAVE_SYS_TIMES_H  ${HAVE_SYS_TIMES_H}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <sys/time.h> header file. */
Packit b89d10
#cmakedefine HAVE_SYS_TIME_H  ${HAVE_SYS_TIME_H}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <sys/types.h> header file. */
Packit b89d10
#cmakedefine HAVE_SYS_TYPES_H  ${HAVE_SYS_TYPES_H}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <unistd.h> header file. */
Packit b89d10
#cmakedefine HAVE_UNISTD_H  ${HAVE_UNISTD_H}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the <inttypes.h> header file. */
Packit b89d10
#cmakedefine HAVE_INTTYPES_H  ${HAVE_INTTYPES_H}
Packit b89d10
Packit b89d10
/* Name of package */
Packit b89d10
#cmakedefine PACKAGE  ${PACKAGE}
Packit b89d10
Packit b89d10
/* Define to the version of this package. */
Packit b89d10
#cmakedefine PACKAGE_VERSION  ${PACKAGE_VERSION}
Packit b89d10
Packit b89d10
/* The size of `int', as computed by sizeof. */
Packit b89d10
#cmakedefine SIZEOF_INT  ${SIZEOF_INT}
Packit b89d10
Packit b89d10
/* The size of `long', as computed by sizeof. */
Packit b89d10
#cmakedefine SIZEOF_LONG  ${SIZEOF_LONG}
Packit b89d10
Packit b89d10
/* The size of `short', as computed by sizeof. */
Packit b89d10
#cmakedefine SIZEOF_SHORT  ${SIZEOF_SHORT}
Packit b89d10
Packit b89d10
/* Define to 1 if you have the ANSI C header files. */
Packit b89d10
#cmakedefine STDC_HEADERS  ${STDC_HEADERS}
Packit b89d10
Packit b89d10
/* Define if enable CR+NL as line terminator */
Packit b89d10
#cmakedefine USE_CRNL_AS_LINE_TERMINATOR  ${USE_CRNL_AS_LINE_TERMINATOR}
Packit b89d10
Packit b89d10
/* Version number of package */
Packit b89d10
#cmakedefine VERSION  ${VERSION}