* conf.in: Add undef of HAVE_SBRK.

This commit is contained in:
Ian Lance Taylor 1995-07-05 21:47:07 +00:00
parent 6c495350ae
commit 9814e22f03
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Wed Jul 5 12:01:49 1995 Ian Lance Taylor <ian@cygnus.com>
* conf.in: Add undef of HAVE_SBRK.
* config/obj-coff.c (obj_coff_line): Call listing_source_line, in
both BFD_ASSEMBLER and non BFD_ASSEMBLER versions of the function.

View File

@ -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