Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY.

This commit is contained in:
Dave Love 2000-06-20 14:09:56 +00:00
parent c1fe577127
commit f85c008a0c
2 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,16 @@
2000-06-20 Dave Love <fx@gnu.org>
* m/stride.h, m/mips.h: Don't define HAVE_GETWD,
HAVE_GETTIMEOFDAY.
* m/ibmrt-aix.h:
Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
* m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare
HAVE_GETWD.
* m/alpha.h: Don't declare xmalloc, xrealloc.
* s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
* s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.

View file

@ -87,7 +87,6 @@ Boston, MA 02111-1307, USA. */
/* The STRIDE system is more powerful than standard USG5. */
#define HAVE_PTYS
#define HAVE_GETTIMEOFDAY
#define BSTRING
#define SKTPAIR
#define HAVE_SOCKETS
@ -113,10 +112,6 @@ Boston, MA 02111-1307, USA. */
*/
#undef NONSYSTEM_DIR_LIBRARY
/* UniStride defines getwd. */
#define HAVE_GETWD
/* Define this macro if system defines a type `union wait'. */
#define HAVE_UNION_WAIT