summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-02 18:14:37 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-02 18:14:37 +0200
commit01f731e97c92bee05927f5008b7cd34ce188632b (patch)
tree6dbf63e95bc35da3f33fb358c88c083dcac123bd /src/config.h.in
parentbf67ea1af05cbb30cd8f0b665fb567c0dca79796 (diff)
patch 8.2.0680: PTYGROUP and PTYMODE are unusedv8.2.0680
Problem: PTYGROUP and PTYMODE are unused. Solution: Remove from autoconf. (closes #6024)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 83549303f6..de53ffb030 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -126,12 +126,6 @@
#undef PTYRANGE0
#undef PTYRANGE1
-/* Define mode for pty */
-#undef PTYMODE
-
-/* Define group for pty */
-#undef PTYGROUP
-
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE