summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-11-17 16:13:15 +0000
committerBram Moolenaar <Bram@vim.org>2009-11-17 16:13:15 +0000
commitf05da21900ee28e679a69439fd1c2ec94367e1d7 (patch)
tree94fa61ec2def86333b84eaa7bae85115f8373620 /src/config.h.in
parent2d7ff056e13e66c135c67935f32e15a26b8dfd80 (diff)
updated for version 7.2-300v7.2.300
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 0d39b43880..2b2730eb4d 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