summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ab
blob: 0075cf423ad04aaac94e8765793f73518d079c24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$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 */