# HG changeset patch # User Richard M. Stallman # Date 750094103 0 # Node ID f2dc5b8eafa82fad8385c58fa8cd28c618eafc0b # Parent 9b9d3d777a66376e58c830aeb861106b5047691e (BSTRING): Define only if HAVE_BCOPY. diff -r 9b9d3d777a66 -r f2dc5b8eafa8 src/s/sco4.h --- a/src/s/sco4.h Fri Oct 08 15:05:37 1993 +0000 +++ b/src/s/sco4.h Fri Oct 08 15:28:23 1993 +0000 @@ -57,8 +57,10 @@ #define PTY_TTY_NAME_SPRINTF \ sprintf (pty_name, "/dev/ttyp%d", i); -/* SCO has bcopy, et. al. */ +/* SCO perhaps has bcopy, et. al. */ +#ifdef HAVE_BCOPY #define BSTRING +#endif /* Sockets are an option on SCO. If you have X, you have them. They also exist if you have TCP, but we don't know how to test