diff src/m/ibmrt-aix.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 943eaba38521
line wrap: on
line diff
--- a/src/m/ibmrt-aix.h	Mon May 14 04:16:19 2001 +0000
+++ b/src/m/ibmrt-aix.h	Mon May 14 04:52:49 2001 +0000
@@ -76,7 +76,6 @@
 
 /* AIX has PTYs, so define here, along with macros needed to make them work. */
 
-#define HAVE_PTYS
 #define PTY_ITERATION for (i=0; i<256; i++)
 #define PTY_NAME_SPRINTF sprintf (ptyname, "/dev/ptc%d", i);