diff src/s/aix3-1.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children c69610198c35
line wrap: on
line diff
--- a/src/s/aix3-1.h	Mon Aug 13 11:33:40 2007 +0200
+++ b/src/s/aix3-1.h	Mon Aug 13 11:35:02 2007 +0200
@@ -60,15 +60,6 @@
 /* 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 PTY_ITERATION for (c = 0; !c ; c++)
-#define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptc");
-#define PTY_TTY_NAME_SPRINTF strcpy (pty_name, ttyname (fd));
-
-/* XEmacs change: #### is this crap necessary? */
-#ifndef NOT_C_CODE
-#include <termios.h>
-#endif
-
 /*
  *	Define HAVE_PTYS if the system supports pty devices.
  */