caf2a91318
* acconfig.h: Put NEED_DECLARATION_FREE in @TOP@ section. * configure, config.in: Rebuild with autoconf 2.6.
8 lines
197 B
C
8 lines
197 B
C
|
|
/* Whether free must be declared even if <stdlib.h> is included. */
|
|
#undef NEED_DECLARATION_FREE
|
|
@TOP@
|
|
|
|
/* Do we need to use the b modifier when opening binary files? */
|
|
#undef USE_BINARY_FOPEN
|