From 97cf64a7ee90e7835f723b369fa1f7a35dfdb202 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 16 Aug 2012 19:12:26 +0000 Subject: Hiramatsu Yoshifumi: 30621 patch-ab (from NetBSD pkgsrc):compilation on __INTERIX --- Src/zsh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index afe22f059..946102528 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -2135,6 +2135,7 @@ struct ttyinfo { #endif }; +#ifndef __INTERIX /* defines for whether tabs expand to spaces */ #if defined(HAVE_TERMIOS_H) || defined(HAVE_TERMIO_H) #define SGTTYFLAG shttyinfo.tio.c_oflag @@ -2152,6 +2153,7 @@ struct ttyinfo { # endif # endif # endif +#endif /* flags for termflags */ -- cgit 1.4.1