1997-11-04 19:30:37 -05:00
|
|
|
/* Define if you have a working <inttypes.h> header file. */
|
|
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
|
1997-07-18 22:37:36 -04:00
|
|
|
/* Whether malloc must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_MALLOC
|
|
|
|
|
|
|
|
/* Whether realloc must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_REALLOC
|
|
|
|
|
1997-08-22 17:39:10 -04:00
|
|
|
/* Whether calloc must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_CALLOC
|
|
|
|
|
1997-07-18 22:37:36 -04:00
|
|
|
/* Whether free must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_FREE
|
1997-12-06 19:31:01 -05:00
|
|
|
|
1998-01-19 04:37:12 -05:00
|
|
|
/* Whether index must be declared even if <string.h> is included. */
|
1997-12-06 19:31:01 -05:00
|
|
|
#undef NEED_DECLARATION_INDEX
|
|
|
|
|
1998-01-19 04:37:12 -05:00
|
|
|
/* Whether rindex must be declared even if <string.h> is included. */
|
1997-12-06 19:31:01 -05:00
|
|
|
#undef NEED_DECLARATION_RINDEX
|
1997-12-15 02:05:04 -05:00
|
|
|
|
|
|
|
/* Whether getenv must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_GETENV
|
1998-01-17 18:00:46 -05:00
|
|
|
|
|
|
|
/* Whether atol must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_ATOL
|
1998-01-19 04:37:12 -05:00
|
|
|
|
|
|
|
/* Whether sbrk must be declared even if <unistd.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_SBRK
|
1997-07-18 22:37:36 -04:00
|
|
|
@TOP@
|