diff src/s/ptx.h @ 535:c69610198c35

[xemacs-hg @ 2001-05-14 04:52:02 by martinb] Eliminate the need to define HAVE_PTYS in s&m files.
author martinb
date Mon, 14 May 2001 04:52:49 +0000
parents 576fb035e263
children 023b83f4e54b
line wrap: on
line diff
--- a/src/s/ptx.h	Mon May 14 04:16:19 2001 +0000
+++ b/src/s/ptx.h	Mon May 14 04:52:49 2001 +0000
@@ -104,10 +104,6 @@
 #undef BROKEN_TIOCGWINSZ
 #undef BROKEN_TIOCGETC
 
-/* PTX has pty's but not like System V */
-#define HAVE_PTYS
-#undef SYSV_PTYS
-
 /* Provide pty support which is defined into process.c:allocate_pty.
    Basic ideas for handling getpseudotty were lifted from process.c in
    Emacs 18.57 included on the Sequent Public Software tape.  However, this