binutils-gdb/ld/acconfig.h
Ian Lance Taylor 92c71a0b0d * 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.
1995-11-06 20:59:44 +00:00

6 lines
190 B
C

/* 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