diff src/terminfo.c @ 15718:8db4678b2fd8

Undo previous changes.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 22:37:24 +0000
parents 58e638890a20
children 4580dcf4e0d1
line wrap: on
line diff
--- a/src/terminfo.c	Tue Jul 16 22:33:09 1996 +0000
+++ b/src/terminfo.c	Tue Jul 16 22:37:24 1996 +0000
@@ -22,19 +22,8 @@
    so that we do not need to conditionalize the places in Emacs
    that set them.  */
 
-#include <config.h>
-
-#ifdef USG
-# include <string.h>
-#endif
-
 char *UP, *BC, PC;
-#ifdef HAVE_TERMIOS
-# include <termios.h>
-  speed_t ospeed;
-#else
-  short ospeed;
-#endif
+short ospeed;
 
 static buffer[512];