$NetBSD: patch-ab,v 1.10 2004/08/16 16:17:39 recht Exp $

--- Src/zsh.h.orig	2004-08-13 12:22:47.000000000 +0200
+++ Src/zsh.h	2004-08-16 11:54:07.000000000 +0200
@@ -1576,6 +1576,7 @@
 #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
@@ -1591,6 +1592,7 @@
 #define SGTABTYPE       XTABS
 #  endif
 # endif
+#endif
 
 /* flags for termflags */
 
