perl 5.0 alpha 9
[p5sagit/p5-mst-13.2.git] / ext / dbm / sdbm / tune.h
index 9d8a35b..b95c8c8 100644 (file)
@@ -6,17 +6,6 @@
 
 #define BYTESIZ                8
 
-#ifdef SVID
-#include <unistd.h>
-#endif
-
-#ifdef BSD42
-#define SEEK_SET       L_SET
-#define        memset(s,c,n)   bzero(s, n)             /* only when c is zero */
-#define        memcpy(s1,s2,n) bcopy(s2, s1, n)
-#define        memcmp(s1,s2,n) bcmp(s1,s2,n)
-#endif
-
 /*
  * important tuning parms (hah)
  */