diff options
Diffstat (limited to 'app/xterm/ptyx.h')
-rw-r--r-- | app/xterm/ptyx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/xterm/ptyx.h b/app/xterm/ptyx.h index 6314436a3..5c276d7dc 100644 --- a/app/xterm/ptyx.h +++ b/app/xterm/ptyx.h @@ -144,6 +144,9 @@ #undef USE_PTY_SEARCH #elif defined(PUCC_PTYD) #undef USE_PTY_SEARCH +#elif defined(__OpenBSD__) +#undef USE_PTY_SEARCH +#undef USE_PTY_DEVICE #elif (defined(sun) && defined(SVR4)) || defined(_ALL_SOURCE) || defined(__CYGWIN__) #undef USE_PTY_SEARCH #endif |