From: Richard M. Stallman Date: Fri, 8 Oct 1993 15:28:23 +0000 (+0000) Subject: (BSTRING): Define only if HAVE_BCOPY. X-Git-Tag: emacs-19.34~11017 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5cb15cb104b3a3020620fd6cceedc847166579f;p=emacs.git (BSTRING): Define only if HAVE_BCOPY. --- diff --git a/src/s/sco4.h b/src/s/sco4.h index 6a4432f5429..40a191535ea 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -57,8 +57,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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