diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-01 00:43:47 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 21:24:59 -0300 |
commit | b1ea283c597632d2ddf5b6b7c802d3d5a1aab99f (patch) | |
tree | 2897c103f67f2055dfe3420dff60a610856d7daa | |
parent | 854cde93edc698288a5c8da861f19c6c67df2a21 (diff) | |
download | rneovim-b1ea283c597632d2ddf5b6b7c802d3d5a1aab99f.tar.gz rneovim-b1ea283c597632d2ddf5b6b7c802d3d5a1aab99f.tar.bz2 rneovim-b1ea283c597632d2ddf5b6b7c802d3d5a1aab99f.zip |
remove HAVE_MEMSET
-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 b651f95861..50e547b3e4 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -43,7 +43,6 @@ #define HAVE_LOCALE_H 1 #define HAVE_LSTAT 1 #define HAVE_MATH_H 1 -#define HAVE_MEMSET 1 #define HAVE_MKDTEMP 1 #define HAVE_NANOSLEEP 1 #define HAVE_NL_LANGINFO_CODESET 1 |