diff -ru src.orig//include/safe_string.h src/include/safe_string.h
--- src.orig//include/safe_string.h	2014-01-22 18:28:13.640995321 +0100
+++ src/include/safe_string.h	2014-01-22 18:29:14.168975459 +0100
@@ -32,11 +32,6 @@
 #endif /* bcopy */
 #define bcopy(src,dest,size) __ERROR__XX__NEVER_USE_BCOPY___;
 
-#ifdef strcpy
-#undef strcpy
-#endif /* strcpy */
-#define strcpy(dest,src) __ERROR__XX__NEVER_USE_STRCPY___;
-
 #ifdef strcat
 #undef strcat
 #endif /* strcat */
