Move the MBF/MBI test modules to t/lib.
[p5sagit/p5-mst-13.2.git] / x2p / a2p.h
index cbcb80c..f4dcd26 100644 (file)
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
 #   include <strings.h>
 #endif
 
-#if !defined(HAS_BCOPY) || defined(__cplusplus)
-#   define bcopy(s1,s2,l) memcpy(s2,s1,l)
-#endif
-#if !defined(HAS_BZERO) || defined(__cplusplus)
-#   define bzero(s,l) memset(s,0,l)
-#endif
-
 #if !defined(HAS_STRCHR) && defined(HAS_INDEX) && !defined(strchr)
 #define strchr index
 #define strrchr rindex
 #endif
 
-
 #ifdef I_TIME
 #   include <time.h>
 #endif