1
0
Fork 0
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:
Gerhard Rieger 2008-02-06 06:41:05 +01:00
parent 000982c0a2
commit 66142aa77c
3 changed files with 5 additions and 1 deletions

View file

@ -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