comparison src/m/ibmps2-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
91 #define LOAD_AVE_CVT(x) (int) (((double) (x)/65535.0) * 100.0) 91 #define LOAD_AVE_CVT(x) (int) (((double) (x)/65535.0) * 100.0)
92 92
93 /* This page was added in June 1990. It may be incorrect for some versions 93 /* This page was added in June 1990. It may be incorrect for some versions
94 of aix, so delete it if it causes trouble. */ 94 of aix, so delete it if it causes trouble. */
95 95
96 /* AIX386 has BSD4.3 PTYs */
97
98 #define HAVE_PTYS
99
100 /* #define SKTPAIR */ /* SKTPAIR works, but what is advantage over pipes? */ 96 /* #define SKTPAIR */ /* SKTPAIR works, but what is advantage over pipes? */
101 97
102 /* Specify the font for X to use. */ 98 /* Specify the font for X to use. */
103 99
104 #define X_DEFAULT_FONT "8x13" 100 #define X_DEFAULT_FONT "8x13"