diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-04-23 20:52:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-04-23 20:52:00 +0000 |
commit | 0cb032ecb8b03d9c387b89c9f26158924f216e67 (patch) | |
tree | 90fae818982fa882007e8c077c30c61a08bfeb38 /src/config.h.in | |
parent | 8fcc0f71a13eaecabb1314e5dc48fe937dd122b0 (diff) | |
download | vim-git-0cb032ecb8b03d9c387b89c9f26158924f216e67.tar.gz |
updated for version 7.0070
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index f9159aa54..0ecc7b1ec 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -180,6 +180,7 @@ #undef HAVE_TGETENT #undef HAVE_TOWLOWER #undef HAVE_TOWUPPER +#undef HAVE_ISWUPPER #undef HAVE_USLEEP #undef HAVE_UTIME #undef HAVE_BIND_TEXTDOMAIN_CODESET @@ -224,6 +225,7 @@ #undef HAVE_SYS_TIME_H #undef HAVE_SYS_UTSNAME_H #undef HAVE_WCHAR_H +#undef HAVE_WCTYPE_H #undef HAVE_TERMCAP_H #undef HAVE_TERMIOS_H #undef HAVE_TERMIO_H |