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:
parent
561d8c56aa
commit
9afa5873c4
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue