diff src/s/usg5-3.h @ 8892:191acacfa1ec

Delete obsolete symbols.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:12:31 +0000
parents 7be0f0a02725
children ee40177f6c68
line wrap: on
line diff
--- a/src/s/usg5-3.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/usg5-3.h	Sun Sep 18 21:12:31 1994 +0000
@@ -57,22 +57,6 @@
 #define HAVE_TERMIO
 
 /*
- *	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.
- */
-
-/* SVr3.2 ports of X include an emulation of select in the libraries.  */
-#ifdef HAVE_X_WINDOWS
-#define HAVE_SELECT
-#endif
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
@@ -223,10 +207,6 @@
 
 #define BROKEN_TIOCGWINSZ
 
-/* SVr3 does not have utimes(2) */
-
-#define USE_UTIME
-
 /* If we're using the System V X port, BSD bstring functions will be handy */
 
 #ifdef HAVE_X_WINDOWS