comparison src/config.h.in @ 20249:4470e19bc790 v8.2.0680

patch 8.2.0680: PTYGROUP and PTYMODE are unused Commit: https://github.com/vim/vim/commit/01f731e97c92bee05927f5008b7cd34ce188632b Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 2 18:14:37 2020 +0200 patch 8.2.0680: PTYGROUP and PTYMODE are unused Problem: PTYGROUP and PTYMODE are unused. Solution: Remove from autoconf. (closes https://github.com/vim/vim/issues/6024)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 May 2020 18:15:04 +0200
parents 128963cd954f
children 05b4efb062a7
comparison
equal deleted inserted replaced
20248:76dfee7b1c1c 20249:4470e19bc790
123 #undef HAVE_SVR4_PTYS 123 #undef HAVE_SVR4_PTYS
124 124
125 /* Define to range of pty names to try */ 125 /* Define to range of pty names to try */
126 #undef PTYRANGE0 126 #undef PTYRANGE0
127 #undef PTYRANGE1 127 #undef PTYRANGE1
128
129 /* Define mode for pty */
130 #undef PTYMODE
131
132 /* Define group for pty */
133 #undef PTYGROUP
134 128
135 /* Define as the return type of signal handlers (int or void). */ 129 /* Define as the return type of signal handlers (int or void). */
136 #undef RETSIGTYPE 130 #undef RETSIGTYPE
137 131
138 /* Define as the command at the end of signal handlers ("" or "return 0;"). */ 132 /* Define as the command at the end of signal handlers ("" or "return 0;"). */