diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-13 16:29:28 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-13 16:29:28 +0000 |
commit | 02e0363afac537a428acd616ee8124a475fddcdf (patch) | |
tree | 158b432a46b40cfe0300adb67eeb722857fd6a45 /Src/system.h | |
parent | 34f65c6f32a614adb871c0dce7d602e797c0585f (diff) | |
download | zsh-02e0363afac537a428acd616ee8124a475fddcdf.tar.gz zsh-02e0363afac537a428acd616ee8124a475fddcdf.tar.xz zsh-02e0363afac537a428acd616ee8124a475fddcdf.zip |
Fix term*.h header file collisions.
Diffstat (limited to 'Src/system.h')
-rw-r--r-- | Src/system.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Src/system.h b/Src/system.h index 6966f517b..1540e421f 100644 --- a/Src/system.h +++ b/Src/system.h @@ -310,14 +310,6 @@ struct timezone { # endif /* HAVE_TERMIO_H */ #endif /* HAVE_TERMIOS_H */ -#ifdef HAVE_TERMCAP_H -# include <termcap.h> -#else -# ifdef HAVE_TERM_H -# include <term.h> -# endif -#endif - #if defined(GWINSZ_IN_SYS_IOCTL) || defined(CLOBBERS_TYPEAHEAD) # include <sys/ioctl.h> #endif |