]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 Apr 1995 04:40:31 +0000 (04:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 Apr 1995 04:40:31 +0000 (04:40 +0000)
config.h should handle them.

src/s/gnu-linux.h

index 12d098eb415964d11f002836050e805d832327dc..375b7dff70650ce3b00f04bb26fff7afc9528407 100644 (file)
@@ -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 <sys/time.h> 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.
  */