diff options
Diffstat (limited to 'gas/conf.in')
-rw-r--r-- | gas/conf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/conf.in b/gas/conf.in index fca9d46..3cbfce9 100644 --- a/gas/conf.in +++ b/gas/conf.in @@ -86,6 +86,9 @@ /* Define if you have the unlink function. */ #undef HAVE_UNLINK +/* Define if you have the sbrk function. */ +#undef HAVE_SBRK + /* Define if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H |