* configure.in: use AC_CHECK_FUNCS and check for memmove.
authorMark Eichin <eichin@mit.edu>
Wed, 28 Jun 1995 04:25:26 +0000 (04:25 +0000)
committerMark Eichin <eichin@mit.edu>
Wed, 28 Jun 1995 04:25:26 +0000 (04:25 +0000)
commit189ed05f74910699465b8fd61ef05c4c689ae04d
tree0e0a23d9b274723bf05d8741b94d026a82647409
parent082895e3cc9421238356a5185d6762d4cdc9a0ac
* configure.in: use AC_CHECK_FUNCS and check for memmove.
hash.h: if we don't HAVE_MEMMOVE use bcopy.

Really, though, a quick glance seems to indicate that most of the uses
of memmove could really be handled by memcpy, but I haven't time to prove
it right now. If I'm right, back out this check. (This is for sunos 4 which
has memcpy but not memmove.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6181 dc483132-0cff-0310-8789-dd5450dbe970
src/util/berk_db/hash/ChangeLog
src/util/berk_db/hash/configure.in
src/util/berk_db/hash/hash.h