Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-08-07 | Wed Aug 7 14:11:44 1996 Philippe De Muyter <phdm@info.ucl.ac.be> | Ian Lance Taylor | 1 | -3/+10 | |
* configure.in: Call BFD_NEEDED_DECLARATION on strstr and realloc. * acconfig.h (NEED_DECLARATION_STRSTR): New macro. (NEED_DECLARATION_REALLOC): New macro. * configure, config.in: Rebuild. * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR. (realloc): Declare if NEED_DECLARATION_REALLOC. | |||||
1996-04-05 | * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE. | Fred Fish | 1 | -0/+114 | |
(AC_CHECK_HEADERS): Check for sys/time.h (AC_HEADER_TIME): Add macro. * configure: Rebuild. * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H to control what combination of <time> and <sys/time.h> get included. |