emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/usg5-4.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/s/usg5-4.h
Date: Fri, 04 Apr 2003 01:24:05 -0500

Index: emacs/src/s/usg5-4.h
diff -c emacs/src/s/usg5-4.h:1.30 emacs/src/s/usg5-4.h:1.31
*** emacs/src/s/usg5-4.h:1.30   Wed Oct 30 13:59:01 2002
--- emacs/src/s/usg5-4.h        Tue Nov 19 09:45:01 2002
***************
*** 189,202 ****
     So give it a try.  */
  #define HAVE_SOCKETS
  
- #ifndef HAVE_BCOPY
- #define bcopy(src,dst,n)      memmove (dst,src,n)
- #define bzero(s,n)            memset (s,0,n)
- #endif
- #ifndef HAVE_BCMP
- #define bcmp(src,dst,n)               memcmp (src,dst,n)
- #endif
- 
  /* Markus Weiand <address@hidden> says this is needed for Motif on
     SINIX.  */
  #undef LIBS_SYSTEM
--- 189,194 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]