diff options
| author | Julian Orth <ju.orth@gmail.com> | 2014-03-15 01:56:20 +0100 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 21:24:59 -0300 |
| commit | 2bc68462b255d4710a128bc17ee23f3bcbafb032 (patch) | |
| tree | 3a0f97269d54a7ada365faa7b07251d410745332 /config | |
| parent | 22a1a26cadc07b843bd21c575dcccb7bd8bf5189 (diff) | |
| download | rneovim-2bc68462b255d4710a128bc17ee23f3bcbafb032.tar.gz rneovim-2bc68462b255d4710a128bc17ee23f3bcbafb032.tar.bz2 rneovim-2bc68462b255d4710a128bc17ee23f3bcbafb032.zip | |
remove HAVE_INTTYPES
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.h.in b/config/config.h.in index 685bd5e392..ddb5bf55a7 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_INTTYPES_H 1 #define HAVE_ISWUPPER 1 #define HAVE_LANGINFO_H 1 #define HAVE_LIBGEN_H 1 |