]> git.eshelyaron.com Git - emacs.git/commitdiff
(FIRST_PTY_LETTER): Defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 18 Nov 1993 06:05:12 +0000 (06:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 18 Nov 1993 06:05:12 +0000 (06:05 +0000)
src/s/dgux.h

index e35988ed70e49087c030b76ae8b92e851c047004..55e413e3d97fb2f9f54877f49b4d51b548b1be39 100644 (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.