]> git.eshelyaron.com Git - emacs.git/commitdiff
(BSTRING): Define only if HAVE_BCOPY.
authorRichard M. Stallman <rms@gnu.org>
Fri, 8 Oct 1993 15:28:23 +0000 (15:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 8 Oct 1993 15:28:23 +0000 (15:28 +0000)
src/s/sco4.h

index 6a4432f5429e2a2f17be78fdc9208b27c0d8e215..40a191535eac02647c0316684427d580c40d8ddb 100644 (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