aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/dgux.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-18 06:05:12 +0000
committerRichard M. Stallman <[email protected]>1993-11-18 06:05:12 +0000
commit9afa5873c4c32aa0add5dcf03d1a3239f9d64309 (patch)
tree842dc788bbc4c34d82ec0ceeebcf8c4f20e387ea /src/s/dgux.h
parent561d8c56aa74baa06bb8400e306e29d14e21f46f (diff)
(FIRST_PTY_LETTER): Defined.
Diffstat (limited to 'src/s/dgux.h')
-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 e35988ed70..55e413e3d9 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.
#define HAVE_TERMIOS
#define NO_TERMIO
+/* Letter to use in finding device name of first pty,
+ if system supports pty's. 'p' means it is /dev/ptyp0 */
+
+#define FIRST_PTY_LETTER 'p'
+
/*
* Use a Berkeley style sys/wait.h.
* This makes WIF* macros operate on structures instead of ints.