blob: 3441fca7ddc5fd41cda4684a5914686aa80d0e77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- confmagic.h.orig Sat Feb 14 11:58:57 2004
+++ confmagic.h Sat Feb 14 11:59:07 2004
@@ -12,18 +12,6 @@
#ifndef _confmagic_h_
#define _confmagic_h_
-#ifndef HAS_BCOPY
-#ifndef bcopy
-#define bcopy(s,d,l) memcpy((d),(s),(l))
-#endif
-#endif
-
-#ifndef HAS_BZERO
-#ifndef bzero
-#define bzero(s,l) memset((s),0,(l))
-#endif
-#endif
-
#ifndef HAS_INDEX
#ifndef index
#define index strchr
|