Blame config.h.in

Packit cdaae3
/* config.h.in.  Generated from configure.in by autoheader.  */
Packit cdaae3
Packit cdaae3
/* Define if building universal (internal helper macro) */
Packit cdaae3
#undef AC_APPLE_UNIVERSAL_BUILD
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the <inttypes.h> header file. */
Packit cdaae3
#undef HAVE_INTTYPES_H
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the <memory.h> header file. */
Packit cdaae3
#undef HAVE_MEMORY_H
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the <stdint.h> header file. */
Packit cdaae3
#undef HAVE_STDINT_H
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the <stdlib.h> header file. */
Packit cdaae3
#undef HAVE_STDLIB_H
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the <strings.h> header file. */
Packit cdaae3
#undef HAVE_STRINGS_H
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the <string.h> header file. */
Packit cdaae3
#undef HAVE_STRING_H
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit cdaae3
#undef HAVE_SYS_STAT_H
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the <sys/types.h> header file. */
Packit cdaae3
#undef HAVE_SYS_TYPES_H
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the <unistd.h> header file. */
Packit cdaae3
#undef HAVE_UNISTD_H
Packit cdaae3
Packit cdaae3
/* Define to the address where bug reports for this package should be sent. */
Packit cdaae3
#undef PACKAGE_BUGREPORT
Packit cdaae3
Packit cdaae3
/* Define to the full name of this package. */
Packit cdaae3
#undef PACKAGE_NAME
Packit cdaae3
Packit cdaae3
/* Define to the full name and version of this package. */
Packit cdaae3
#undef PACKAGE_STRING
Packit cdaae3
Packit cdaae3
/* Define to the one symbol short name of this package. */
Packit cdaae3
#undef PACKAGE_TARNAME
Packit cdaae3
Packit cdaae3
/* Define to the home page for this package. */
Packit cdaae3
#undef PACKAGE_URL
Packit cdaae3
Packit cdaae3
/* Define to the version of this package. */
Packit cdaae3
#undef PACKAGE_VERSION
Packit cdaae3
Packit cdaae3
/* Define to 1 if you have the ANSI C header files. */
Packit cdaae3
#undef STDC_HEADERS
Packit cdaae3
Packit cdaae3
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit cdaae3
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit cdaae3
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit cdaae3
# if defined __BIG_ENDIAN__
Packit cdaae3
#  define WORDS_BIGENDIAN 1
Packit cdaae3
# endif
Packit cdaae3
#else
Packit cdaae3
# ifndef WORDS_BIGENDIAN
Packit cdaae3
#  undef WORDS_BIGENDIAN
Packit cdaae3
# endif
Packit cdaae3
#endif