summaryrefslogtreecommitdiff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-08-16 19:12:26 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-08-16 19:12:26 +0000
commit97cf64a7ee90e7835f723b369fa1f7a35dfdb202 (patch)
tree4418d199d720a4faa5b2429b6622a5d7dce99db2 /Src/zsh.h
parent268e56a1446af3ca6df84789180b87ac4f57d1d3 (diff)
downloadzsh-97cf64a7ee90e7835f723b369fa1f7a35dfdb202.tar.gz
zsh-97cf64a7ee90e7835f723b369fa1f7a35dfdb202.zip
Hiramatsu Yoshifumi: 30621 patch-ab (from NetBSD pkgsrc):compilation on
__INTERIX
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 2 insertions, 0 deletions
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 */