comparison 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
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
74 #define C_ALLOCA 74 #define C_ALLOCA
75 #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */ 75 #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */
76 76
77 /* AIX has PTYs, so define here, along with macros needed to make them work. */ 77 /* AIX has PTYs, so define here, along with macros needed to make them work. */
78 78
79 #define HAVE_PTYS
80 #define PTY_ITERATION for (i=0; i<256; i++) 79 #define PTY_ITERATION for (i=0; i<256; i++)
81 #define PTY_NAME_SPRINTF sprintf (ptyname, "/dev/ptc%d", i); 80 #define PTY_NAME_SPRINTF sprintf (ptyname, "/dev/ptc%d", i);
82 81
83 #define PTY_TTY_NAME_SPRINTF \ 82 #define PTY_TTY_NAME_SPRINTF \
84 { /* Check that server side not already open */ \ 83 { /* Check that server side not already open */ \