comparison libcpp/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 f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
156 #undef HAVE_GETC_UNLOCKED 156 #undef HAVE_GETC_UNLOCKED
157 157
158 /* Define if you have the iconv() function. */ 158 /* Define if you have the iconv() function. */
159 #undef HAVE_ICONV 159 #undef HAVE_ICONV
160 160
161 /* Define to 1 if you have the <iconv.h> header file. */
162 #undef HAVE_ICONV_H
163
164 /* Define to 1 if you have the <inttypes.h> header file. */ 161 /* Define to 1 if you have the <inttypes.h> header file. */
165 #undef HAVE_INTTYPES_H 162 #undef HAVE_INTTYPES_H
166 163
167 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 164 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
168 #undef HAVE_LANGINFO_CODESET 165 #undef HAVE_LANGINFO_CODESET
235 #undef PACKAGE_STRING 232 #undef PACKAGE_STRING
236 233
237 /* Define to the one symbol short name of this package. */ 234 /* Define to the one symbol short name of this package. */
238 #undef PACKAGE_TARNAME 235 #undef PACKAGE_TARNAME
239 236
237 /* Define to the home page for this package. */
238 #undef PACKAGE_URL
239
240 /* Define to the version of this package. */ 240 /* Define to the version of this package. */
241 #undef PACKAGE_VERSION 241 #undef PACKAGE_VERSION
242 242
243 /* The size of a `int', as computed by sizeof. */ 243 /* The size of `int', as computed by sizeof. */
244 #undef SIZEOF_INT 244 #undef SIZEOF_INT
245 245
246 /* The size of a `long', as computed by sizeof. */ 246 /* The size of `long', as computed by sizeof. */
247 #undef SIZEOF_LONG 247 #undef SIZEOF_LONG
248 248
249 /* If using the C implementation of alloca, define if you know the 249 /* If using the C implementation of alloca, define if you know the
250 direction of stack growth for your system; otherwise it will be 250 direction of stack growth for your system; otherwise it will be
251 automatically deduced at run-time. 251 automatically deduced at runtime.
252 STACK_DIRECTION > 0 => grows toward higher addresses 252 STACK_DIRECTION > 0 => grows toward higher addresses
253 STACK_DIRECTION < 0 => grows toward lower addresses 253 STACK_DIRECTION < 0 => grows toward lower addresses
254 STACK_DIRECTION = 0 => direction of growth unknown */ 254 STACK_DIRECTION = 0 => direction of growth unknown */
255 #undef STACK_DIRECTION 255 #undef STACK_DIRECTION
256 256
273 calls it, or to nothing if 'inline' is not supported under any name. */ 273 calls it, or to nothing if 'inline' is not supported under any name. */
274 #ifndef __cplusplus 274 #ifndef __cplusplus
275 #undef inline 275 #undef inline
276 #endif 276 #endif
277 277
278 /* Define to `long' if <sys/types.h> does not define. */ 278 /* Define to `long int' if <sys/types.h> does not define. */
279 #undef off_t 279 #undef off_t
280 280
281 /* Define to `unsigned' if <sys/types.h> does not define. */ 281 /* Define to `unsigned int' if <sys/types.h> does not define. */
282 #undef size_t 282 #undef size_t
283 283
284 /* Define to `int' if <sys/types.h> does not define. */ 284 /* Define to `int' if <sys/types.h> does not define. */
285 #undef ssize_t 285 #undef ssize_t