]> granicus.if.org Git - php/commitdiff
decouple this check just in case we hit a weird system that has one
authorRasmus Lerdorf <rasmus@php.net>
Sun, 6 Aug 2000 04:55:17 +0000 (04:55 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 6 Aug 2000 04:55:17 +0000 (04:55 +0000)
and not the other.  And we specifically check for this, so we should
use the information.

main/php.h

index f2d740e239328c74915eaef679215156229dcaee..a3f99a3c5f02ba2d0923a67a046d589e1b0bde16 100644 (file)
@@ -150,6 +150,8 @@ typedef zval pval;
 #else
 # ifndef HAVE_MEMCPY
 #  define memcpy(d, s, n)      bcopy((s), (d), (n))
+# endif
+# ifndef HAVE_MEMMOVE
 #  define memmove(d, s, n)     bcopy ((s), (d), (n))
 # endif
 #endif