aboutsummaryrefslogtreecommitdiff
path: root/ld/acconfig.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-11-06 20:59:44 +0000
committerIan Lance Taylor <ian@airs.com>1995-11-06 20:59:44 +0000
commit92c71a0b0d796e7a365c3a48ac22ded310b26dda (patch)
tree8590599886ceed762327d7530f313edf43959884 /ld/acconfig.h
parent219555a64deb263af261ff2f086be1693e0ed68b (diff)
downloadfsf-binutils-gdb-92c71a0b0d796e7a365c3a48ac22ded310b26dda.zip
fsf-binutils-gdb-92c71a0b0d796e7a365c3a48ac22ded310b26dda.tar.gz
fsf-binutils-gdb-92c71a0b0d796e7a365c3a48ac22ded310b26dda.tar.bz2
* configure.in: Add test for whether free must be declared.
* sysdep.h: Declare free if necessary. Include "ansidecl.h". * acconfig.h: Explain NEED_DECLARATION_FREE. * configure, config.in: Rebuild.
Diffstat (limited to 'ld/acconfig.h')
-rw-r--r--ld/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/acconfig.h b/ld/acconfig.h
index a56a897..930d663 100644
--- a/ld/acconfig.h
+++ b/ld/acconfig.h
@@ -1,2 +1,5 @@
/* Do we need to use the b modifier when opening binary files? */
#undef USE_BINARY_FOPEN
+
+/* Whether free must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_FREE