From: Richard M. Stallman Date: Sat, 8 Apr 1995 04:40:31 +0000 (+0000) Subject: (HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted. X-Git-Tag: emacs-19.34~4566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cbaea8afb0f5b02b62931c151f1d0837ff8e1f98;p=emacs.git (HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted. config.h should handle them. --- 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. */