diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-05 21:47:07 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-05 21:47:07 +0000 |
commit | 9814e22f03d9380aa8865545b5c2a6840cc9d35d (patch) | |
tree | 1610bd048c3e5379af6cc65ed0f67e89e3552c7f /gas/conf.in | |
parent | 6c495350ae7a6db62b04322a88b061d7491677a3 (diff) | |
download | gdb-9814e22f03d9380aa8865545b5c2a6840cc9d35d.zip gdb-9814e22f03d9380aa8865545b5c2a6840cc9d35d.tar.gz gdb-9814e22f03d9380aa8865545b5c2a6840cc9d35d.tar.bz2 |
* conf.in: Add undef of HAVE_SBRK.
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 |