From cbaea8afb0f5b02b62931c151f1d0837ff8e1f98 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 8 Apr 1995 04:40:31 +0000 Subject: [PATCH] (HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted. config.h should handle them. --- src/s/gnu-linux.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 12d098eb415..375b7dff706 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -72,19 +72,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_TERMIOS -/* - * Define HAVE_TIMEVAL if the system supports the BSD style clock values. - * Look in for a timeval structure. - */ - -#define HAVE_TIMEVAL - -/* - * Define HAVE_SELECT if the system supports the `select' system call. - */ - -#define HAVE_SELECT - /* * Define HAVE_PTYS if the system supports pty devices. */ -- 2.39.5