diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-09 10:38:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-09 10:38:02 +0000 |
commit | bafa15955d1c0c9e892615afa7fff2476302c7a5 (patch) | |
tree | 1c80c56af719d08d25d3fd52dadf7b654c351403 /Src/system.h | |
parent | ae4a0ab46cbd2c6db916b702f05436b492a72d4d (diff) | |
download | zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar.gz zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar.xz zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.zip |
29195: Separate nameddir hash to avoid clash of
"bool" type on Solaris
Diffstat (limited to 'Src/system.h')
-rw-r--r-- | Src/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/system.h b/Src/system.h index 01c6738ca..f38533023 100644 --- a/Src/system.h +++ b/Src/system.h @@ -851,7 +851,7 @@ extern short ospeed; # define GET_ST_CTIME_NSEC(st) (st).st_ctimensec #endif -#ifdef HAVE_TGETENT +#if defined(HAVE_TGETENT) && !defined(ZSH_NO_TERM_HANDLING) # if defined(ZSH_HAVE_CURSES_H) && defined(ZSH_HAVE_TERM_H) # define USES_TERM_H 1 # else |