Commits
Jeremy Lavergne authored ee841d76cdf
1 - | --- support/sdbinutils/binutils/config.in.orig 2013-10-27 17:44:42.000000000 +0100 |
2 - | +++ support/sdbinutils/binutils/config.in 2013-10-27 17:44:57.000000000 +0100 |
3 - | |
4 - | /* Is the prototype for getopt in <unistd.h> in the expected format? */ |
5 - | #undef HAVE_DECL_GETOPT |
6 - | |
7 - | -/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. |
8 - | - */ |
9 - | -#undef HAVE_DECL_SBRK |
10 - | - |
11 - | /* Define to 1 if you have the declaration of `snprintf', and to 0 if you |
12 - | don't. */ |
13 - | #undef HAVE_DECL_SNPRINTF |
14 - | |
15 - | /* Define to 1 if you have the `mkstemp' function. */ |
16 - | #undef HAVE_MKSTEMP |
17 - | |
18 - | -/* Define to 1 if you have the `sbrk' function. */ |
19 - | -#undef HAVE_SBRK |
20 - | - |
21 - | /* Define to 1 if you have the `setlocale' function. */ |
22 - | #undef HAVE_SETLOCALE |
23 - |