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