diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-19 21:00:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-19 21:00:46 +0000 |
commit | 051b782fa0ed834d7b4f80e5f1540d4d96e5f9d7 (patch) | |
tree | eadaef546274775aaa08c66865db80b33e98abdb /src/config.h.in | |
parent | 9c13b359b496c5268702776105a9f87b269e84f3 (diff) | |
download | vim-git-051b782fa0ed834d7b4f80e5f1540d4d96e5f9d7.tar.gz |
updated for version 7.0073
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/config.h.in b/src/config.h.in index 0ecc7b1ec..5adbcb970 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -164,7 +164,6 @@ #undef HAVE_SIGSETJMP #undef HAVE_SIGSTACK #undef HAVE_SIGVEC -#undef HAVE_SNPRINTF #undef HAVE_STRCASECMP #undef HAVE_STRERROR #undef HAVE_STRFTIME @@ -368,6 +367,3 @@ /* Define if you want XSMP interaction as well as vanilla swapfile safety */ #undef USE_XSMP_INTERACT - -/* Define if vsnprintf() works */ -#undef HAVE_VSNPRINTF |