comparison libgomp/config.h.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 f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
95 #undef PACKAGE_STRING 95 #undef PACKAGE_STRING
96 96
97 /* Define to the one symbol short name of this package. */ 97 /* Define to the one symbol short name of this package. */
98 #undef PACKAGE_TARNAME 98 #undef PACKAGE_TARNAME
99 99
100 /* Define to the home page for this package. */
101 #undef PACKAGE_URL
102
100 /* Define to the version of this package. */ 103 /* Define to the version of this package. */
101 #undef PACKAGE_VERSION 104 #undef PACKAGE_VERSION
102 105
103 /* The size of a `char', as computed by sizeof. */ 106 /* The size of `char', as computed by sizeof. */
104 #undef SIZEOF_CHAR 107 #undef SIZEOF_CHAR
105 108
106 /* The size of a `int', as computed by sizeof. */ 109 /* The size of `int', as computed by sizeof. */
107 #undef SIZEOF_INT 110 #undef SIZEOF_INT
108 111
109 /* The size of a `long', as computed by sizeof. */ 112 /* The size of `long', as computed by sizeof. */
110 #undef SIZEOF_LONG 113 #undef SIZEOF_LONG
111 114
112 /* The size of a `short', as computed by sizeof. */ 115 /* The size of `short', as computed by sizeof. */
113 #undef SIZEOF_SHORT 116 #undef SIZEOF_SHORT
114 117
115 /* The size of a `void *', as computed by sizeof. */ 118 /* The size of `void *', as computed by sizeof. */
116 #undef SIZEOF_VOID_P 119 #undef SIZEOF_VOID_P
117 120
118 /* Define to 1 if you have the ANSI C header files. */ 121 /* Define to 1 if you have the ANSI C header files. */
119 #undef STDC_HEADERS 122 #undef STDC_HEADERS
120 123