diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-02 14:05:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-02 14:05:38 +0200 |
commit | 5bd32f47ec5121a5485d180add1dacb73472e4b2 (patch) | |
tree | f779d9e3e80717a5a8f06a154eaa332ab2452618 /src/config.h.in | |
parent | 6716d9af113a5c4bcc7fdf8fd24f3d633db386c7 (diff) | |
download | vim-git-5bd32f47ec5121a5485d180add1dacb73472e4b2.tar.gz |
updated for version 7.4.238v7.4.238
Problem: Vim does not support the smack library.
Solution: Add smack support (Jose Bollo)
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 10f347613..7f16e622a 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -191,6 +191,7 @@ #undef HAVE_SIGSETJMP #undef HAVE_SIGSTACK #undef HAVE_SIGVEC +#undef HAVE_SMACK #undef HAVE_STRCASECMP #undef HAVE_STRERROR #undef HAVE_STRFTIME |