diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
commit | 5df583315f5e5c9f53473e7ad60fb3a334f05cd2 (patch) | |
tree | d765253ae8c563580d318ad2e62d482f5b9668ea /src/s/usg5-3.h | |
parent | 3622dcd9a0c493d948313cd00a26af1a69d4c405 (diff) | |
download | emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.tar.gz |
Delete obsolete symbols.
Diffstat (limited to 'src/s/usg5-3.h')
-rw-r--r-- | src/s/usg5-3.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index 53d47a3a058..f3e01228838 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h @@ -57,22 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 |