$NetBSD: patch-ab,v 1.1 2006/03/11 13:20:15 uebayasi Exp $

--- Src/zsh.h.orig	2006-01-17 19:40:06.000000000 +0900
+++ Src/zsh.h
@@ -1690,6 +1690,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
@@ -1705,6 +1706,7 @@ struct ttyinfo {
 #define SGTABTYPE       XTABS
 #  endif
 # endif
+#endif
 
 /* flags for termflags */
 
