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