aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/usg5-4.h
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-11-19 14:47:11 +0000
committerDave Love <[email protected]>2002-11-19 14:47:11 +0000
commit04dbfa089e35a28b358e404a0b6dfe6ad133af2b (patch)
treea92fd59ab247015f8b2f305d37baa02a5d27f14b /src/s/usg5-4.h
parent06c3eeed12388e8e1e64f355e2629f43d3eaef3a (diff)
(bcopy, bzero, bcmp): Don't define.
Diffstat (limited to 'src/s/usg5-4.h')
-rw-r--r--src/s/usg5-4.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 097bded32f..49554b9456 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -189,14 +189,6 @@ Boston, MA 02111-1307, USA. */
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 <[email protected]> says this is needed for Motif on
SINIX. */
#undef LIBS_SYSTEM