(BSTRING): Define only if HAVE_BCOPY.

This commit is contained in:
Richard M. Stallman 1993-10-08 15:28:23 +00:00
parent b7e4bce27b
commit c5cb15cb10

View file

@ -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