perl 5.0 alpha 9
[p5sagit/p5-mst-13.2.git] / ext / dbm / sdbm / pair.c
index a394171..575b34c 100644 (file)
 static char rcsid[] = "$Id: pair.c,v 1.10 90/12/13 13:00:35 oz Exp $";
 #endif
 
+#include "config.h"
 #include "sdbm.h"
 #include "tune.h"
 #include "pair.h"
 
-#ifndef BSD42
-#include <memory.h>
-#endif
-
 #define exhash(item)   sdbm_hash((item).dptr, (item).dsize)
 
 /* 
@@ -195,7 +192,7 @@ datum key;
                        }
                }
 #else
-#ifdef MEMMOVE
+#ifdef HAS_MEMMOVE
                memmove(dst, src, m);
 #else
                while (m--)