]> git.eshelyaron.com Git - emacs.git/commitdiff
(BSTRING): Don't define it here.
authorRichard M. Stallman <rms@gnu.org>
Fri, 14 Jan 1994 18:47:00 +0000 (18:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 14 Jan 1994 18:47:00 +0000 (18:47 +0000)
src/s/sco4.h

index ec5b5c3922bed82fda85ae4eb2f9ec535a5a3d4c..5cd41bdba42d9be75b96dfe91804d0146bcf50c2 100644 (file)
@@ -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.  */