1995-11-07 04:59:44 +08:00
|
|
|
|
1996-08-08 02:43:48 +08:00
|
|
|
/* Whether strstr must be declared even if <string.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_STRSTR
|
|
|
|
|
1995-11-07 04:59:44 +08:00
|
|
|
/* Whether free must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_FREE
|
1996-08-08 02:43:48 +08:00
|
|
|
|
|
|
|
/* Whether sbrk must be declared even if <unistd.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_SBRK
|
1997-02-14 09:36:24 +08:00
|
|
|
|
|
|
|
/* Whether getenv must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_GETENV
|
1995-11-22 07:32:33 +08:00
|
|
|
@TOP@
|
|
|
|
|
|
|
|
/* Do we need to use the b modifier when opening binary files? */
|
|
|
|
#undef USE_BINARY_FOPEN
|