From: Dave Love Date: Tue, 20 Jun 2000 14:09:56 +0000 (+0000) Subject: Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY. X-Git-Tag: emacs-pretest-21.0.90~3192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f85c008a0cda0a0297a2e28647d71385f2d4e584;p=emacs.git Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY. --- diff --git a/src/ChangeLog b/src/ChangeLog index 14a754afa4d..dfe2076abd2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,16 @@ 2000-06-20 Dave Love + * 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. diff --git a/src/m/stride.h b/src/m/stride.h index 770ffe9c230..17bc577dd69 100644 --- a/src/m/stride.h +++ b/src/m/stride.h @@ -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