diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-11-17 16:13:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-11-17 16:13:15 +0000 |
commit | f05da21900ee28e679a69439fd1c2ec94367e1d7 (patch) | |
tree | 94fa61ec2def86333b84eaa7bae85115f8373620 /src/config.h.in | |
parent | 2d7ff056e13e66c135c67935f32e15a26b8dfd80 (diff) | |
download | vim-git-f05da21900ee28e679a69439fd1c2ec94367e1d7.tar.gz |
updated for version 7.2-300v7.2.300
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 0d39b4388..2b2730eb4 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -388,3 +388,6 @@ /* Define if you want XSMP interaction as well as vanilla swapfile safety */ #undef USE_XSMP_INTERACT + +/* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */ +#undef HAVE_FD_CLOEXEC |