From eee5aed1f2b1e221b3fcf61f363fbaa5d4f22c14 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 31 Jul 1995 18:19:30 +0000 Subject: [PATCH] (GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now. --- src/s/sol2-5.h | 2 -- src/s/usg5-4.h | 4 ---- 2 files changed, 6 deletions(-) diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index c3d50019662..f3132550b8f 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h @@ -1,5 +1,3 @@ /* Handle Solaris 2.5. */ #include "sol2-4.h" - -#undef GETTIMEOFDAY_ONE_ARGUMENT diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index a8c09254dcb..d6b87ec19ae 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -28,10 +28,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define USG5_4 -/* On most SVR4 systems, gettimeofday takes one arg - and the compiler might crash. */ -#define GETTIMEOFDAY_ONE_ARGUMENT - /* We do have multiple jobs. Handle ^Z. */ #undef NOMULTIPLEJOBS -- 2.39.2