diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-12-01 17:25:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-12-01 17:25:20 +0100 |
commit | b129a447f3b580d4c941869672b0557c52c37e4d (patch) | |
tree | 8f21d9d1f0f3fd42e4bf5d203c280a44b166d0a8 /src/config.h.in | |
parent | 65e08ee1d26aa7bf341ac0e0400839d696d1ab64 (diff) | |
download | vim-git-b129a447f3b580d4c941869672b0557c52c37e4d.tar.gz |
patch 8.0.0109v8.0.0109
Problem: Still checking if memcmp() exists while every system should have
it now.
Solution: Remove vim_memcmp(). (James McCoy, closes #1295)
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h.in b/src/config.h.in index 5baac7d6b..38b0ccf53 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -154,7 +154,6 @@ #undef BAD_GETCWD /* Define if you the function: */ -#undef HAVE_BCMP #undef HAVE_FCHDIR #undef HAVE_FCHOWN #undef HAVE_FSEEKO @@ -170,7 +169,6 @@ #undef HAVE_ICONV #undef HAVE_NL_LANGINFO_CODESET #undef HAVE_LSTAT -#undef HAVE_MEMCMP #undef HAVE_MEMSET #undef HAVE_MKDTEMP #undef HAVE_NANOSLEEP |