comparison src/s/ptx.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 63fd40a97a75
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
39 /* PTX supports job control. */ 39 /* PTX supports job control. */
40 #undef NOMULTIPLEJOBS 40 #undef NOMULTIPLEJOBS
41 41
42 /* PTX has System V streams. */ 42 /* PTX has System V streams. */
43 #define SYSV_STREAMS 43 #define SYSV_STREAMS
44 44
45 /* Leave out -lPW since it conflicts with term.o and because we're not sure 45 /* Leave out -lPW since it conflicts with term.o and because we're not sure
46 if the alloca found there by autoconf should be trusted on PTX. */ 46 if the alloca found there by autoconf should be trusted on PTX. */
47 #define LIB_STANDARD -lc 47 #define LIB_STANDARD -lc
48 48
49 /* Local define. If TCP/IP is not installed, comment this out. */ 49 /* Local define. If TCP/IP is not installed, comment this out. */
50 #define TCPIP_INSTALLED 50 #define TCPIP_INSTALLED
157 error("Out of ptys."); \ 157 error("Out of ptys."); \
158 continue; \ 158 continue; \
159 } \ 159 } \
160 strcpy (pty_name, slavename); 160 strcpy (pty_name, slavename);
161 161
162 /* Define these to prevent the default logic in process.c:allocate_pty 162 /* Define these to prevent the default logic in process.c:allocate_pty
163 from being used. */ 163 from being used. */
164 #define PTY_NAME_SPRINTF 164 #define PTY_NAME_SPRINTF
165 #define PTY_TTY_NAME_SPRINTF 165 #define PTY_TTY_NAME_SPRINTF
166 166
167 /* PTX doesn't seem to have memmove. */ 167 /* PTX doesn't seem to have memmove. */