diff options
author | Julian Orth <ju.orth@gmail.com> | 2014-03-15 01:55:44 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 21:24:59 -0300 |
commit | 30160c1561b0c925b036d9f8c8fa406dff68e7a7 (patch) | |
tree | 481b8e90f49d8deed295533dd2c911a6e84c7f22 | |
parent | 2bc68462b255d4710a128bc17ee23f3bcbafb032 (diff) | |
download | rneovim-30160c1561b0c925b036d9f8c8fa406dff68e7a7.tar.gz rneovim-30160c1561b0c925b036d9f8c8fa406dff68e7a7.tar.bz2 rneovim-30160c1561b0c925b036d9f8c8fa406dff68e7a7.zip |
remove HAVE_STDINT
-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 ddb5bf55a7..5da946af41 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -66,7 +66,6 @@ #define HAVE_SIGVEC 1 #define HAVE_ST_BLKSIZE 1 #define HAVE_STDARG_H 1 -#define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRERROR 1 |