1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(FIRST_PTY_LETTER): Defined.

This commit is contained in:
Richard M. Stallman 1993-11-18 06:05:12 +00:00
parent 561d8c56aa
commit 9afa5873c4

View file

@ -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.