aboutsummaryrefslogtreecommitdiff
path: root/gas/conf.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-05 21:47:07 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-05 21:47:07 +0000
commit9814e22f03d9380aa8865545b5c2a6840cc9d35d (patch)
tree1610bd048c3e5379af6cc65ed0f67e89e3552c7f /gas/conf.in
parent6c495350ae7a6db62b04322a88b061d7491677a3 (diff)
downloadfsf-binutils-gdb-9814e22f03d9380aa8865545b5c2a6840cc9d35d.zip
fsf-binutils-gdb-9814e22f03d9380aa8865545b5c2a6840cc9d35d.tar.gz
fsf-binutils-gdb-9814e22f03d9380aa8865545b5c2a6840cc9d35d.tar.bz2
* conf.in: Add undef of HAVE_SBRK.
Diffstat (limited to 'gas/conf.in')
-rw-r--r--gas/conf.in3
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