aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/dgux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index e35988ed70e..55e413e3d97 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -246,6 +246,11 @@ is to define BROKEN_FIONREAD and not use INTERRUPT_INPUT.
246#define HAVE_TERMIOS 246#define HAVE_TERMIOS
247#define NO_TERMIO 247#define NO_TERMIO
248 248
249/* Letter to use in finding device name of first pty,
250 if system supports pty's. 'p' means it is /dev/ptyp0 */
251
252#define FIRST_PTY_LETTER 'p'
253
249/* 254/*
250 * Use a Berkeley style sys/wait.h. 255 * Use a Berkeley style sys/wait.h.
251 * This makes WIF* macros operate on structures instead of ints. 256 * This makes WIF* macros operate on structures instead of ints.