From 7d6031ba4862978f371cee7a1401a045513856bc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 14 Jan 1994 18:47:00 +0000 Subject: [PATCH] (BSTRING): Don't define it here. --- src/s/sco4.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/s/sco4.h b/src/s/sco4.h index ec5b5c3922b..5cd41bdba42 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -57,11 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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. */ -- 2.39.5