# HG changeset patch # User Richard M. Stallman # Date 753602712 0 # Node ID cac54c4a7305f097e23ee91736d7400221ff211d # Parent 7a9abfcf2f6d110625b3f429b0cb9e6f9c4f885c (FIRST_PTY_LETTER): Defined. diff -r 7a9abfcf2f6d -r cac54c4a7305 src/s/dgux.h --- 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.