summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-28 14:59:59 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-28 14:59:59 +0200
commit1e44968780bb6ddb48bf22dc629a579c4035d5b3 (patch)
treeaf7b16ca55d8bf2dac6e38d14661d9e2f0ad33f6 /src/config.h.in
parentf720d0a77e393990b2171a77210565bdc82064f2 (diff)
downloadvim-git-1e44968780bb6ddb48bf22dc629a579c4035d5b3.tar.gz
patch 8.1.1225: cannot create a pty to use with :terminal on FreeBSDv8.1.1225
Problem: Cannot create a pty to use with :terminal on FreeBSD. Solution: Add support for posix_openpt(). (Ozaki Kiichi, closes #4306, closes #4289)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 7fe65de57..3f122fddb 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -180,6 +180,7 @@
#undef HAVE_NANOSLEEP
#undef HAVE_NL_LANGINFO_CODESET
#undef HAVE_OPENDIR
+#undef HAVE_POSIX_OPENPT
#undef HAVE_PUTENV
#undef HAVE_QSORT
#undef HAVE_READLINK