Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY.
authorDave Love <fx@gnu.org>
Tue, 20 Jun 2000 14:09:56 +0000 (14:09 +0000)
committerDave Love <fx@gnu.org>
Tue, 20 Jun 2000 14:09:56 +0000 (14:09 +0000)
src/ChangeLog
src/m/stride.h

index 14a754a..dfe2076 100644 (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.
index 770ffe9..17bc577 100644 (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