blob: 930d663d2c602dfc71a2b40f43b4e987842a165b (
plain)
1
2
3
4
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
|