X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fs%2Faix3-1.h;h=d0cce94d590a513ab93d236db266b5e0deff2507;hp=103206c0517778c41515c20159e00c2ced03d080;hb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;hpb=032d062ebcb2344e6245cea4214bc09835da97ee 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. */