* inftarg.c: Remove unused include of terminal.h.
[deliverable/binutils-gdb.git] / gdb / config / xm-sysv4.h
index c2cc1f66ee274d93a00b90af5b2372b54ef84f2b..08057686d0f2f7fadfae466c4de2261c8380adff 100644 (file)
@@ -22,22 +22,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define SVR4_SHARED_LIBS
 
-/* SVR4 has termio facilities. */
+/* SVR4 has termios facilities. */
 
-#define HAVE_TERMIO
+#define HAVE_TERMIOS
 
 /* SVR4 has mmap facilities */
 
 #define HAVE_MMAP
 
-/* TIOCGETC and TIOCGLTC are picked up somewhere, but struct tchars
-   and struct ltchars are not.  This makes problems for inflow.c.
-   It is unknown at this time if this is a generic SVR4 problem or
-   one just limited to the initial SVR4 port host machine. */
-
-#define TIOCGETC_BROKEN
-#define TIOCGLTC_BROKEN
-
 /* SVR4 is a derivative of System V Release 3 (USG) */
 
 #define USG
This page took 0.042848 seconds and 4 git commands to generate.