diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in index 6ca695d2bc1..8dc98e6e15f 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -41,7 +41,7 @@ /* Whether atol must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_ATOL -/* Whether sbrk must be declared even if <unistd.h> is included. */ +/* Whether sbrk must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_SBRK /* Whether abort must be declared even if <stdlib.h> is included. */ @@ -101,6 +101,9 @@ /* Define if you have the strtoul function. */ #undef HAVE_STRTOUL +/* Define if you have the sysconf function. */ +#undef HAVE_SYSCONF + /* Define if you have the vprintf function. */ #undef HAVE_VPRINTF |