diff src/s/aix3-1.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 023b83f4e54b
line wrap: on
line diff
--- a/src/s/aix3-1.h	Mon May 14 04:16:19 2001 +0000
+++ b/src/s/aix3-1.h	Mon May 14 04:52:49 2001 +0000
@@ -57,15 +57,6 @@
 
 #define SYSTEM_TYPE "aix"
 
-/* In AIX, you allocate a pty by opening /dev/ptc to get the master side.
-   To get the name of the slave side, you just ttyname() the master side.  */
-
-/*
- *	Define HAVE_PTYS if the system supports pty devices.
- */
-
-#define HAVE_PTYS
-
 /* If your system uses COFF (Common Object File Format) then define the
    preprocessor symbol "COFF". */