comparison libiberty/config.in @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
77 77
78 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 78 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
79 don't. */ 79 don't. */
80 #undef HAVE_DECL_SNPRINTF 80 #undef HAVE_DECL_SNPRINTF
81 81
82 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
83 don't. */
84 #undef HAVE_DECL_STRNLEN
85
86 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
87 */
88 #undef HAVE_DECL_STRTOL
89
90 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
91 don't. */
92 #undef HAVE_DECL_STRTOLL
93
94 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
95 don't. */
96 #undef HAVE_DECL_STRTOUL
97
98 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
99 don't. */
100 #undef HAVE_DECL_STRTOULL
101
82 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 102 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
83 don't. */ 103 don't. */
84 #undef HAVE_DECL_STRVERSCMP 104 #undef HAVE_DECL_STRVERSCMP
85 105
86 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 106 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
107 #undef HAVE_GETCWD 127 #undef HAVE_GETCWD
108 128
109 /* Define to 1 if you have the `getpagesize' function. */ 129 /* Define to 1 if you have the `getpagesize' function. */
110 #undef HAVE_GETPAGESIZE 130 #undef HAVE_GETPAGESIZE
111 131
132 /* Define to 1 if you have the `getrlimit' function. */
133 #undef HAVE_GETRLIMIT
134
112 /* Define to 1 if you have the `getrusage' function. */ 135 /* Define to 1 if you have the `getrusage' function. */
113 #undef HAVE_GETRUSAGE 136 #undef HAVE_GETRUSAGE
114 137
115 /* Define to 1 if you have the `getsysinfo' function. */ 138 /* Define to 1 if you have the `getsysinfo' function. */
116 #undef HAVE_GETSYSINFO 139 #undef HAVE_GETSYSINFO
131 #undef HAVE_INTTYPES_H 154 #undef HAVE_INTTYPES_H
132 155
133 /* Define to 1 if you have the <limits.h> header file. */ 156 /* Define to 1 if you have the <limits.h> header file. */
134 #undef HAVE_LIMITS_H 157 #undef HAVE_LIMITS_H
135 158
159 /* Define if you have the `long long' type. */
160 #undef HAVE_LONG_LONG
161
136 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ 162 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
137 #undef HAVE_MACHINE_HAL_SYSINFO_H 163 #undef HAVE_MACHINE_HAL_SYSINFO_H
138 164
139 /* Define to 1 if you have the <malloc.h> header file. */ 165 /* Define to 1 if you have the <malloc.h> header file. */
140 #undef HAVE_MALLOC_H 166 #undef HAVE_MALLOC_H
203 #undef HAVE_SETENV 229 #undef HAVE_SETENV
204 230
205 /* Define to 1 if you have the `setproctitle' function. */ 231 /* Define to 1 if you have the `setproctitle' function. */
206 #undef HAVE_SETPROCTITLE 232 #undef HAVE_SETPROCTITLE
207 233
234 /* Define to 1 if you have the `setrlimit' function. */
235 #undef HAVE_SETRLIMIT
236
208 /* Define to 1 if you have the `sigsetmask' function. */ 237 /* Define to 1 if you have the `sigsetmask' function. */
209 #undef HAVE_SIGSETMASK 238 #undef HAVE_SIGSETMASK
210 239
211 /* Define to 1 if you have the `snprintf' function. */ 240 /* Define to 1 if you have the `snprintf' function. */
212 #undef HAVE_SNPRINTF 241 #undef HAVE_SNPRINTF
254 #undef HAVE_STRNCASECMP 283 #undef HAVE_STRNCASECMP
255 284
256 /* Define to 1 if you have the `strndup' function. */ 285 /* Define to 1 if you have the `strndup' function. */
257 #undef HAVE_STRNDUP 286 #undef HAVE_STRNDUP
258 287
288 /* Define to 1 if you have the `strnlen' function. */
289 #undef HAVE_STRNLEN
290
259 /* Define to 1 if you have the `strrchr' function. */ 291 /* Define to 1 if you have the `strrchr' function. */
260 #undef HAVE_STRRCHR 292 #undef HAVE_STRRCHR
261 293
262 /* Define to 1 if you have the `strsignal' function. */ 294 /* Define to 1 if you have the `strsignal' function. */
263 #undef HAVE_STRSIGNAL 295 #undef HAVE_STRSIGNAL
269 #undef HAVE_STRTOD 301 #undef HAVE_STRTOD
270 302
271 /* Define to 1 if you have the `strtol' function. */ 303 /* Define to 1 if you have the `strtol' function. */
272 #undef HAVE_STRTOL 304 #undef HAVE_STRTOL
273 305
306 /* Define to 1 if you have the `strtoll' function. */
307 #undef HAVE_STRTOLL
308
274 /* Define to 1 if you have the `strtoul' function. */ 309 /* Define to 1 if you have the `strtoul' function. */
275 #undef HAVE_STRTOUL 310 #undef HAVE_STRTOUL
276 311
312 /* Define to 1 if you have the `strtoull' function. */
313 #undef HAVE_STRTOULL
314
277 /* Define to 1 if you have the `strverscmp' function. */ 315 /* Define to 1 if you have the `strverscmp' function. */
278 #undef HAVE_STRVERSCMP 316 #undef HAVE_STRVERSCMP
279 317
280 /* Define to 1 if you have the `sysconf' function. */ 318 /* Define to 1 if you have the `sysconf' function. */
281 #undef HAVE_SYSCONF 319 #undef HAVE_SYSCONF
427 /* Define to the version of this package. */ 465 /* Define to the version of this package. */
428 #undef PACKAGE_VERSION 466 #undef PACKAGE_VERSION
429 467
430 /* The size of `int', as computed by sizeof. */ 468 /* The size of `int', as computed by sizeof. */
431 #undef SIZEOF_INT 469 #undef SIZEOF_INT
470
471 /* The size of `long', as computed by sizeof. */
472 #undef SIZEOF_LONG
473
474 /* The size of `long long', as computed by sizeof. */
475 #undef SIZEOF_LONG_LONG
476
477 /* The size of `size_t', as computed by sizeof. */
478 #undef SIZEOF_SIZE_T
432 479
433 /* Define if you know the direction of stack growth for your system; otherwise 480 /* Define if you know the direction of stack growth for your system; otherwise
434 it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows 481 it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
435 toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses 482 toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
436 STACK_DIRECTION = 0 => direction of growth unknown */ 483 STACK_DIRECTION = 0 => direction of growth unknown */
442 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 489 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
443 #undef TIME_WITH_SYS_TIME 490 #undef TIME_WITH_SYS_TIME
444 491
445 /* Define to an unsigned 64-bit type available in the compiler. */ 492 /* Define to an unsigned 64-bit type available in the compiler. */
446 #undef UNSIGNED_64BIT_TYPE 493 #undef UNSIGNED_64BIT_TYPE
494
495 /* Enable extensions on AIX 3, Interix. */
496 #ifndef _ALL_SOURCE
497 # undef _ALL_SOURCE
498 #endif
499 /* Enable GNU extensions on systems that have them. */
500 #ifndef _GNU_SOURCE
501 # undef _GNU_SOURCE
502 #endif
503 /* Enable threading extensions on Solaris. */
504 #ifndef _POSIX_PTHREAD_SEMANTICS
505 # undef _POSIX_PTHREAD_SEMANTICS
506 #endif
507 /* Enable extensions on HP NonStop. */
508 #ifndef _TANDEM_SOURCE
509 # undef _TANDEM_SOURCE
510 #endif
511 /* Enable general extensions on Solaris. */
512 #ifndef __EXTENSIONS__
513 # undef __EXTENSIONS__
514 #endif
515
447 516
448 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 517 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
449 significant byte first (like Motorola and SPARC, unlike Intel). */ 518 significant byte first (like Motorola and SPARC, unlike Intel). */
450 #if defined AC_APPLE_UNIVERSAL_BUILD 519 #if defined AC_APPLE_UNIVERSAL_BUILD
451 # if defined __BIG_ENDIAN__ 520 # if defined __BIG_ENDIAN__
461 #undef _FILE_OFFSET_BITS 530 #undef _FILE_OFFSET_BITS
462 531
463 /* Define for large files, on AIX-style hosts. */ 532 /* Define for large files, on AIX-style hosts. */
464 #undef _LARGE_FILES 533 #undef _LARGE_FILES
465 534
535 /* Define to 1 if on MINIX. */
536 #undef _MINIX
537
538 /* Define to 2 if the system does not provide POSIX.1 features except with
539 this defined. */
540 #undef _POSIX_1_SOURCE
541
542 /* Define to 1 if you need to in order for `stat' and other things to work. */
543 #undef _POSIX_SOURCE
544
466 /* Define to empty if `const' does not conform to ANSI C. */ 545 /* Define to empty if `const' does not conform to ANSI C. */
467 #undef const 546 #undef const
468 547
469 /* Define to `__inline__' or `__inline' if that's what the C compiler 548 /* Define to `__inline__' or `__inline' if that's what the C compiler
470 calls it, or to nothing if 'inline' is not supported under any name. */ 549 calls it, or to nothing if 'inline' is not supported under any name. */