From: Richard M. Stallman Date: Thu, 18 Nov 1993 06:05:12 +0000 (+0000) Subject: (FIRST_PTY_LETTER): Defined. X-Git-Tag: emacs-19.34~10789 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9afa5873c4c32aa0add5dcf03d1a3239f9d64309;p=emacs.git (FIRST_PTY_LETTER): Defined. --- 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. #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.