diff options
| author | Julian Orth <ju.orth@gmail.com> | 2014-03-15 01:48:51 +0100 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 21:24:59 -0300 |
| commit | 55d95c1cd040a1ab0d28287ccba09b93e3ffaa93 (patch) | |
| tree | 23ed97db667d59b4ab1b918be835603959dd76a3 /config | |
| parent | 079c47ed7b203b724690b627b2ad5a18f55fa2cd (diff) | |
| download | rneovim-55d95c1cd040a1ab0d28287ccba09b93e3ffaa93.tar.gz rneovim-55d95c1cd040a1ab0d28287ccba09b93e3ffaa93.tar.bz2 rneovim-55d95c1cd040a1ab0d28287ccba09b93e3ffaa93.zip | |
remove HAVE_{ISWUPPER,ISWLOWER,TOWUPPER,TOWLOWER}
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/config.h.in b/config/config.h.in index 79d3b31716..596dfe1b0a 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -35,7 +35,6 @@ #define HAVE_GETWD 1 #define HAVE_ICONV 1 #define HAVE_ICONV_H 1 -#define HAVE_ISWUPPER 1 #define HAVE_LANGINFO_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_LIBINTL_H 1 @@ -98,8 +97,6 @@ #define HAVE_TERMIO_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TGETENT 1 -#define HAVE_TOWLOWER 1 -#define HAVE_TOWUPPER 1 #define HAVE_UNISTD_H 1 #define HAVE_UP_BC_PC 1 #define HAVE_USLEEP 1 |