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