diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-02-01 10:52:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-02-01 10:52:50 +0000 |
commit | d1d67428480b8fb1b38d3408fad6ca53e14823cc (patch) | |
tree | e910011f4598d169c1fe760061c0411269699316 /Src/system.h | |
parent | 8b53cc45bd7f1e1f1b2aa5db09903ca8b40f6d70 (diff) | |
download | zsh-d1d67428480b8fb1b38d3408fad6ca53e14823cc.tar.gz zsh-d1d67428480b8fb1b38d3408fad6ca53e14823cc.tar.xz zsh-d1d67428480b8fb1b38d3408fad6ca53e14823cc.zip |
20759, 20760, 20765: Improve Cygwin configuration
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 65e681771..37f7d9fe3 100644 --- a/Src/system.h +++ b/Src/system.h @@ -700,7 +700,7 @@ extern short ospeed; #else # ifdef HAVE_LANGINFO_H # include <langinfo.h> -# if defined(HAVE_ICONV) || defined(HAVE_LIBICONV) +# if defined(HAVE_ICONV_H) || defined(HAVE_ICONV) || defined(HAVE_LIBICONV) # include <iconv.h> # endif # endif |