diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-05-02 18:14:37 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-05-02 18:14:37 +0200 |
commit | 01f731e97c92bee05927f5008b7cd34ce188632b (patch) | |
tree | 6dbf63e95bc35da3f33fb358c88c083dcac123bd /src/config.h.in | |
parent | bf67ea1af05cbb30cd8f0b665fb567c0dca79796 (diff) | |
download | vim-git-01f731e97c92bee05927f5008b7cd34ce188632b.tar.gz |
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.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config.h.in b/src/config.h.in index 83549303f..de53ffb03 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 |