comparison src/s/umips.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 3ecd8885ac67
children 023b83f4e54b
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
42 42
43 /* The `select' in the system won't work for pipes, 43 /* The `select' in the system won't work for pipes,
44 so don't use it. */ 44 so don't use it. */
45 #define BROKEN_SELECT 45 #define BROKEN_SELECT
46 46
47 #define HAVE_PTYS
48
49 /* ??? */ 47 /* ??? */
50 #define IRIS 48 #define IRIS
51 49
52 #endif /* not BSD */ 50 #endif /* not BSD */
53 51