comparison src/s/sco5.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 3078fd1074e8
children 023b83f4e54b
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
35 35
36 #undef SYSTEM_TYPE 36 #undef SYSTEM_TYPE
37 #define SYSTEM_TYPE "SCO 3.2v5" 37 #define SYSTEM_TYPE "SCO 3.2v5"
38 38
39 /* SCO has ptys, but with weird names */ 39 /* SCO has ptys, but with weird names */
40 #define HAVE_PTYS
41 #define PTY_ITERATION \ 40 #define PTY_ITERATION \
42 for (i = 0; ; i++) 41 for (i = 0; ; i++)
43 #define PTY_NAME_SPRINTF \ 42 #define PTY_NAME_SPRINTF \
44 sprintf (pty_name, "/dev/ptyp%d", i); 43 sprintf (pty_name, "/dev/ptyp%d", i);
45 #define PTY_TTY_NAME_SPRINTF \ 44 #define PTY_TTY_NAME_SPRINTF \