1995-11-06 20:59:44 +00:00
|
|
|
|
1996-08-07 18:43:48 +00:00
|
|
|
/* Whether strstr must be declared even if <string.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_STRSTR
|
|
|
|
|
1995-11-06 20:59:44 +00:00
|
|
|
/* Whether free must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_FREE
|
1996-08-07 18:43:48 +00:00
|
|
|
|
|
|
|
/* Whether sbrk must be declared even if <unistd.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_SBRK
|
1995-11-21 23:32:33 +00:00
|
|
|
@TOP@
|
|
|
|
|
|
|
|
/* Do we need to use the b modifier when opening binary files? */
|
|
|
|
#undef USE_BINARY_FOPEN
|