comparison src/m/dpx2.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 4542b72c005e
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
143 * Define the direction of stack growth. 143 * Define the direction of stack growth.
144 */ 144 */
145 145
146 #define STACK_DIRECTION -1 146 #define STACK_DIRECTION -1
147 147
148 /* we also have this */
149 #define HAVE_PTYS
150 #define SYSV_PTYS
151
152 /* on bos2.00.45 there is a bug that makes the F_SETOWN fcntl() call 148 /* on bos2.00.45 there is a bug that makes the F_SETOWN fcntl() call
153 enters in an infinite loop. Avoid calling it */ 149 enters in an infinite loop. Avoid calling it */
154 #define F_SETOWN_BUG 150 #define F_SETOWN_BUG
155 151
156 /* system closedir sometimes complains about wrong descriptor 152 /* system closedir sometimes complains about wrong descriptor