1e98c6d56Sjakllsch /* This file is automatically generated. DO NOT EDIT! */ 2*627f7eb2Smrg /* Generated from: NetBSD: mknative-gcc,v 1.105 2020/08/13 01:52:37 mrg Exp */ 3e98c6d56Sjakllsch /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4e98c6d56Sjakllsch 5e98c6d56Sjakllsch /* config.h. Generated from config.in by configure. */ 6e98c6d56Sjakllsch /* config.in. Generated from configure.ac by autoheader. */ 7e98c6d56Sjakllsch 8e98c6d56Sjakllsch /* Define if building universal (internal helper macro) */ 9e98c6d56Sjakllsch /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10e98c6d56Sjakllsch 11e98c6d56Sjakllsch /* Define to 1 if you have the <ctype.h> header file. */ 12e98c6d56Sjakllsch #define HAVE_CTYPE_H 1 13e98c6d56Sjakllsch 14e98c6d56Sjakllsch /* Define to 1 if you have the <inttypes.h> header file. */ 15e98c6d56Sjakllsch #define HAVE_INTTYPES_H 1 16e98c6d56Sjakllsch 17e98c6d56Sjakllsch /* Define to 1 if you have the <memory.h> header file. */ 18e98c6d56Sjakllsch #define HAVE_MEMORY_H 1 19e98c6d56Sjakllsch 20e98c6d56Sjakllsch /* Define to 1 if you have the <stddef.h> header file. */ 21e98c6d56Sjakllsch #define HAVE_STDDEF_H 1 22e98c6d56Sjakllsch 23e98c6d56Sjakllsch /* Define to 1 if you have the <stdint.h> header file. */ 24e98c6d56Sjakllsch #define HAVE_STDINT_H 1 25e98c6d56Sjakllsch 26e98c6d56Sjakllsch /* Define to 1 if you have the <stdio.h> header file. */ 27e98c6d56Sjakllsch #define HAVE_STDIO_H 1 28e98c6d56Sjakllsch 29e98c6d56Sjakllsch /* Define to 1 if you have the <stdlib.h> header file. */ 30e98c6d56Sjakllsch #define HAVE_STDLIB_H 1 31e98c6d56Sjakllsch 32e98c6d56Sjakllsch /* Define to 1 if you have the <strings.h> header file. */ 33e98c6d56Sjakllsch #define HAVE_STRINGS_H 1 34e98c6d56Sjakllsch 35e98c6d56Sjakllsch /* Define to 1 if you have the <string.h> header file. */ 36e98c6d56Sjakllsch #define HAVE_STRING_H 1 37e98c6d56Sjakllsch 38e98c6d56Sjakllsch /* Define to 1 if you have the <sys/stat.h> header file. */ 39e98c6d56Sjakllsch #define HAVE_SYS_STAT_H 1 40e98c6d56Sjakllsch 41e98c6d56Sjakllsch /* Define to 1 if you have the <sys/types.h> header file. */ 42e98c6d56Sjakllsch #define HAVE_SYS_TYPES_H 1 43e98c6d56Sjakllsch 44e98c6d56Sjakllsch /* Define to 1 if you have the <unistd.h> header file. */ 45e98c6d56Sjakllsch #define HAVE_UNISTD_H 1 46e98c6d56Sjakllsch 47e98c6d56Sjakllsch /* Define to the address where bug reports for this package should be sent. */ 48e98c6d56Sjakllsch #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org" 49e98c6d56Sjakllsch 50e98c6d56Sjakllsch /* Define to the full name of this package. */ 51e98c6d56Sjakllsch #define PACKAGE_NAME "libdecnumber" 52e98c6d56Sjakllsch 53e98c6d56Sjakllsch /* Define to the full name and version of this package. */ 54e98c6d56Sjakllsch #define PACKAGE_STRING "libdecnumber " 55e98c6d56Sjakllsch 56e98c6d56Sjakllsch /* Define to the one symbol short name of this package. */ 57e98c6d56Sjakllsch #define PACKAGE_TARNAME "libdecnumber" 58e98c6d56Sjakllsch 59e98c6d56Sjakllsch /* Define to the home page for this package. */ 60e98c6d56Sjakllsch #define PACKAGE_URL "" 61e98c6d56Sjakllsch 62e98c6d56Sjakllsch /* Define to the version of this package. */ 63e98c6d56Sjakllsch #define PACKAGE_VERSION " " 64e98c6d56Sjakllsch 65e98c6d56Sjakllsch /* The size of `char', as computed by sizeof. */ 66e98c6d56Sjakllsch /* #undef SIZEOF_CHAR */ 67e98c6d56Sjakllsch 68e98c6d56Sjakllsch /* The size of `int', as computed by sizeof. */ 69e98c6d56Sjakllsch #define SIZEOF_INT 4 70e98c6d56Sjakllsch 71e98c6d56Sjakllsch /* The size of `long', as computed by sizeof. */ 72e98c6d56Sjakllsch #define SIZEOF_LONG 8 73e98c6d56Sjakllsch 74e98c6d56Sjakllsch /* The size of `short', as computed by sizeof. */ 75e98c6d56Sjakllsch /* #undef SIZEOF_SHORT */ 76e98c6d56Sjakllsch 77e98c6d56Sjakllsch /* The size of `void *', as computed by sizeof. */ 78e98c6d56Sjakllsch /* #undef SIZEOF_VOID_P */ 79e98c6d56Sjakllsch 80e98c6d56Sjakllsch /* Define to 1 if you have the ANSI C header files. */ 81e98c6d56Sjakllsch #define STDC_HEADERS 1 82e98c6d56Sjakllsch 83e98c6d56Sjakllsch /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 84e98c6d56Sjakllsch significant byte first (like Motorola and SPARC, unlike Intel). */ 85e98c6d56Sjakllsch #if defined AC_APPLE_UNIVERSAL_BUILD 86e98c6d56Sjakllsch # if defined __BIG_ENDIAN__ 87e98c6d56Sjakllsch # define WORDS_BIGENDIAN 1 88e98c6d56Sjakllsch # endif 89e98c6d56Sjakllsch #else 90e98c6d56Sjakllsch # ifndef WORDS_BIGENDIAN 91e98c6d56Sjakllsch # define WORDS_BIGENDIAN 1 92e98c6d56Sjakllsch # endif 93e98c6d56Sjakllsch #endif 94e98c6d56Sjakllsch 95e98c6d56Sjakllsch /* Define to empty if `const' does not conform to ANSI C. */ 96e98c6d56Sjakllsch /* #undef const */ 97e98c6d56Sjakllsch 98e98c6d56Sjakllsch /* Define to `long int' if <sys/types.h> does not define. */ 99e98c6d56Sjakllsch /* #undef off_t */ 100