summaryrefslogtreecommitdiff
path: root/x2p/a2p.h
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2001-06-12 13:11:52 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-13 00:07:50 +0000
commit2253333fe456e42259ae7571ab31af43f7c33890 (patch)
tree2ee5f630f74619a733c8685d823dd8f051ab3a2f /x2p/a2p.h
parenta290f2384a92c4c0c351e74a4ac9cc083281dcb2 (diff)
downloadperl-2253333fe456e42259ae7571ab31af43f7c33890.tar.gz
Small bcopy cleanup
Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@10542
Diffstat (limited to 'x2p/a2p.h')
-rw-r--r--x2p/a2p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index cbcb80c0a6..f4dcd268ff 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -86,19 +86,11 @@
# 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