Mercurial > emacs
changeset 5062:cac54c4a7305
(FIRST_PTY_LETTER): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 18 Nov 1993 06:05:12 +0000 |
parents | 7a9abfcf2f6d |
children | 9ab921a16318 |
files | src/s/dgux.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/dgux.h Thu Nov 18 05:57:17 1993 +0000 +++ b/src/s/dgux.h Thu Nov 18 06:05:12 1993 +0000 @@ -246,6 +246,11 @@ #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.