comparison libdecnumber/config.in @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 /* config.in. Generated from configure.ac by autoheader. */ 1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
2 5
3 /* Define to 1 if you have the <ctype.h> header file. */ 6 /* Define to 1 if you have the <ctype.h> header file. */
4 #undef HAVE_CTYPE_H 7 #undef HAVE_CTYPE_H
5 8
6 /* Define to 1 if you have the <inttypes.h> header file. */ 9 /* Define to 1 if you have the <inttypes.h> header file. */
46 #undef PACKAGE_STRING 49 #undef PACKAGE_STRING
47 50
48 /* Define to the one symbol short name of this package. */ 51 /* Define to the one symbol short name of this package. */
49 #undef PACKAGE_TARNAME 52 #undef PACKAGE_TARNAME
50 53
54 /* Define to the home page for this package. */
55 #undef PACKAGE_URL
56
51 /* Define to the version of this package. */ 57 /* Define to the version of this package. */
52 #undef PACKAGE_VERSION 58 #undef PACKAGE_VERSION
53 59
54 /* The size of a `char', as computed by sizeof. */ 60 /* The size of `char', as computed by sizeof. */
55 #undef SIZEOF_CHAR 61 #undef SIZEOF_CHAR
56 62
57 /* The size of a `int', as computed by sizeof. */ 63 /* The size of `int', as computed by sizeof. */
58 #undef SIZEOF_INT 64 #undef SIZEOF_INT
59 65
60 /* The size of a `long', as computed by sizeof. */ 66 /* The size of `long', as computed by sizeof. */
61 #undef SIZEOF_LONG 67 #undef SIZEOF_LONG
62 68
63 /* The size of a `short', as computed by sizeof. */ 69 /* The size of `short', as computed by sizeof. */
64 #undef SIZEOF_SHORT 70 #undef SIZEOF_SHORT
65 71
66 /* The size of a `void *', as computed by sizeof. */ 72 /* The size of `void *', as computed by sizeof. */
67 #undef SIZEOF_VOID_P 73 #undef SIZEOF_VOID_P
68 74
69 /* Define to 1 if you have the ANSI C header files. */ 75 /* Define to 1 if you have the ANSI C header files. */
70 #undef STDC_HEADERS 76 #undef STDC_HEADERS
71 77
72 /* Define to 1 if your processor stores words with the most significant byte 78 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
73 first (like Motorola and SPARC, unlike Intel and VAX). */ 79 significant byte first (like Motorola and SPARC, unlike Intel). */
74 #undef WORDS_BIGENDIAN 80 #if defined AC_APPLE_UNIVERSAL_BUILD
81 # if defined __BIG_ENDIAN__
82 # define WORDS_BIGENDIAN 1
83 # endif
84 #else
85 # ifndef WORDS_BIGENDIAN
86 # undef WORDS_BIGENDIAN
87 # endif
88 #endif
75 89
76 /* Define to empty if `const' does not conform to ANSI C. */ 90 /* Define to empty if `const' does not conform to ANSI C. */
77 #undef const 91 #undef const
78 92
79 /* Define to `long' if <sys/types.h> does not define. */ 93 /* Define to `long int' if <sys/types.h> does not define. */
80 #undef off_t 94 #undef off_t