$NetBSD$

--- Source/mframe.m.orig	2009-08-15 23:44:21.000000000 +0200
+++ Source/mframe.m
@@ -49,11 +49,6 @@
 #if !STDC_HEADERS && defined(HAVE_MEMORY_H)
 #include <memory.h>
 #endif /* not STDC_HEADERS and HAVE_MEMORY_H */
-#define index strchr
-#define rindex strrchr
-#define bcopy(s, d, n) memcpy ((d), (s), (n))
-#define bcmp(s1, s2, n) memcmp ((s1), (s2), (n))
-#define bzero(s, n) memset ((s), 0, (n))
 #else /* not STDC_HEADERS and not HAVE_STRING_H */
 #include <strings.h>
 /* memory.h and strings.h conflict on some systems.  */
@@ -65,7 +60,7 @@
 #include "Foundation/NSDebug.h"
 
 
-
+
 /* For encoding and decoding the method arguments, we have to know where
    to find things in the "argframe" as returned by __builtin_apply_args.
 
