summaryrefslogtreecommitdiff
path: root/lib/defines.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-08-12 10:21:09 +0000
committerSimon Josefsson <simon@josefsson.org>2005-08-12 10:21:09 +0000
commit729c68caa539f5a87496bc7acd213ca1438cc446 (patch)
tree7e0976e5c4e88bbc7d5d970c865cea94bc8e9982 /lib/defines.h
parent083cb2a59feefea841403d178a92f6716fb48143 (diff)
downloadgnutls-729c68caa539f5a87496bc7acd213ca1438cc446.tar.gz
Cleanup memmove.
Diffstat (limited to 'lib/defines.h')
-rw-r--r--lib/defines.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/defines.h b/lib/defines.h
index 9ef40e2733..f071cee56f 100644
--- a/lib/defines.h
+++ b/lib/defines.h
@@ -123,12 +123,4 @@ typedef signed char int8;
# error "Cannot find an 8 bit char in your system, sorry."
#endif
-#ifndef HAVE_MEMMOVE
-# ifdef HAVE_BCOPY
-# define memmove(d, s, n) bcopy ((s), (d), (n))
-# else
-# error "Neither memmove nor bcopy exists on your system."
-# endif
-#endif
-
#endif /* defines_h */