Blame libdecnumber/config.in

Packit 7cb7d8
/* config.in.  Generated from configure.ac by autoheader.  */
Packit 7cb7d8
Packit 7cb7d8
/* Define if building universal (internal helper macro) */
Packit 7cb7d8
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <ctype.h> header file. */
Packit 7cb7d8
#undef HAVE_CTYPE_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 7cb7d8
#undef HAVE_INTTYPES_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <memory.h> header file. */
Packit 7cb7d8
#undef HAVE_MEMORY_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <stddef.h> header file. */
Packit 7cb7d8
#undef HAVE_STDDEF_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <stdint.h> header file. */
Packit 7cb7d8
#undef HAVE_STDINT_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <stdio.h> header file. */
Packit 7cb7d8
#undef HAVE_STDIO_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 7cb7d8
#undef HAVE_STDLIB_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <strings.h> header file. */
Packit 7cb7d8
#undef HAVE_STRINGS_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <string.h> header file. */
Packit 7cb7d8
#undef HAVE_STRING_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 7cb7d8
#undef HAVE_SYS_STAT_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 7cb7d8
#undef HAVE_SYS_TYPES_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the <unistd.h> header file. */
Packit 7cb7d8
#undef HAVE_UNISTD_H
Packit 7cb7d8
Packit 7cb7d8
/* Define to the address where bug reports for this package should be sent. */
Packit 7cb7d8
#undef PACKAGE_BUGREPORT
Packit 7cb7d8
Packit 7cb7d8
/* Define to the full name of this package. */
Packit 7cb7d8
#undef PACKAGE_NAME
Packit 7cb7d8
Packit 7cb7d8
/* Define to the full name and version of this package. */
Packit 7cb7d8
#undef PACKAGE_STRING
Packit 7cb7d8
Packit 7cb7d8
/* Define to the one symbol short name of this package. */
Packit 7cb7d8
#undef PACKAGE_TARNAME
Packit 7cb7d8
Packit 7cb7d8
/* Define to the home page for this package. */
Packit 7cb7d8
#undef PACKAGE_URL
Packit 7cb7d8
Packit 7cb7d8
/* Define to the version of this package. */
Packit 7cb7d8
#undef PACKAGE_VERSION
Packit 7cb7d8
Packit 7cb7d8
/* The size of `char', as computed by sizeof. */
Packit 7cb7d8
#undef SIZEOF_CHAR
Packit 7cb7d8
Packit 7cb7d8
/* The size of `int', as computed by sizeof. */
Packit 7cb7d8
#undef SIZEOF_INT
Packit 7cb7d8
Packit 7cb7d8
/* The size of `long', as computed by sizeof. */
Packit 7cb7d8
#undef SIZEOF_LONG
Packit 7cb7d8
Packit 7cb7d8
/* The size of `short', as computed by sizeof. */
Packit 7cb7d8
#undef SIZEOF_SHORT
Packit 7cb7d8
Packit 7cb7d8
/* The size of `void *', as computed by sizeof. */
Packit 7cb7d8
#undef SIZEOF_VOID_P
Packit 7cb7d8
Packit 7cb7d8
/* Define to 1 if you have the ANSI C header files. */
Packit 7cb7d8
#undef STDC_HEADERS
Packit 7cb7d8
Packit 7cb7d8
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 7cb7d8
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 7cb7d8
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 7cb7d8
# if defined __BIG_ENDIAN__
Packit 7cb7d8
#  define WORDS_BIGENDIAN 1
Packit 7cb7d8
# endif
Packit 7cb7d8
#else
Packit 7cb7d8
# ifndef WORDS_BIGENDIAN
Packit 7cb7d8
#  undef WORDS_BIGENDIAN
Packit 7cb7d8
# endif
Packit 7cb7d8
#endif
Packit 7cb7d8
Packit 7cb7d8
/* Define to empty if `const' does not conform to ANSI C. */
Packit 7cb7d8
#undef const
Packit 7cb7d8
Packit 7cb7d8
/* Define to `long int' if <sys/types.h> does not define. */
Packit 7cb7d8
#undef off_t