# HG changeset patch # User Richard M. Stallman # Date 758573220 0 # Node ID fd409e42991a87b7e44f552f6262db15c91acc93 # Parent fdf1d392429654bc5ae7fff8e3b97e068906c8cd (BSTRING): Don't define it here. diff -r fdf1d3924296 -r fd409e42991a src/s/sco4.h --- a/src/s/sco4.h Fri Jan 14 18:35:09 1994 +0000 +++ b/src/s/sco4.h Fri Jan 14 18:47:00 1994 +0000 @@ -57,11 +57,6 @@ #define PTY_TTY_NAME_SPRINTF \ sprintf (pty_name, "/dev/ttyp%d", i); -/* 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 for that. */