changeset 4834:f2dc5b8eafa8

(BSTRING): Define only if HAVE_BCOPY.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Oct 1993 15:28:23 +0000
parents 9b9d3d777a66
children 4324c797a9e3
files src/s/sco4.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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