mirror of
https://repo.or.cz/socat.git
synced 2025-07-29 21:52:58 +00:00
configure --disable-pty also disabled option waitlock
This commit is contained in:
parent
000982c0a2
commit
66142aa77c
3 changed files with 5 additions and 1 deletions
|
@ -1535,7 +1535,9 @@ const struct optname optionnames[] = {
|
|||
#endif
|
||||
#if HAVE_PTY && HAVE_POLL
|
||||
IF_PTY ("wait-slave", &opt_pty_wait_slave)
|
||||
#endif /* HAVE_PTY && HAVE_POLL */
|
||||
IF_ANY ("waitlock", &opt_waitlock)
|
||||
#if HAVE_PTY && HAVE_POLL
|
||||
IF_PTY ("waitslave", &opt_pty_wait_slave)
|
||||
#endif /* HAVE_PTY && HAVE_POLL */
|
||||
#ifdef VWERASE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue