From 4e4726bc25053520ce999e4b70d337a0fef8abe8 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 4 May 1993 00:27:23 +0000 Subject: [PATCH] * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/mips.h, m/sps7.h, s/hpux.h, s/usg5-4.h (HAVE_DUP2): Removed; derived by configure script. * s/hpux.h, s/irix3-3.h, s/aix3-1.h (HAVE_GETHOSTNAME): Removed; derived by configure script. * s/usg5-4.h (HAVE_GETTIMEOFDAY): Deleted; ../configure figures that out now. --- src/s/usg5-4.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index c3d959c2fe2..336c752fa11 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -89,8 +89,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_SELECT #define HAVE_TIMEVAL #define HAVE_CLOSEDIR -#define HAVE_GETTIMEOFDAY -#define HAVE_DUP2 /* *defines* stat(2) as a static function. If "static" * is blank, then many files will have a public definition for stat(2).