X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fs%2Faix3-1.h;h=d0cce94d590a513ab93d236db266b5e0deff2507;hb=930837f0e2867be99a167b32f57d57898c838571;hp=103206c0517778c41515c20159e00c2ced03d080;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 103206c..d0cce94 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h @@ -60,15 +60,6 @@ Boston, MA 02111-1307, USA. */ /* 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 -#endif - /* * Define HAVE_PTYS if the system supports pty devices. */