diff src/m/7300.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 abe6d1db359e
children ecf1ebac70d8
line wrap: on
line diff
--- a/src/m/7300.h	Mon May 14 04:16:19 2001 +0000
+++ b/src/m/7300.h	Mon May 14 04:52:49 2001 +0000
@@ -61,9 +61,6 @@
 
 #endif
 
-/* If you have the PD pty driver installed, uncomment the following line.  */
-/* #define HAVE_PTYS */
-
 /* We don't have memmove.  */
 #define memmove(d, s, n) safe_bcopy (s, d, n)