rename strlcat, strlcpy

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12053 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-16 16:33:57 +00:00
parent 8512bd5ac5
commit 8b94fcd97e

View File

@@ -63,5 +63,11 @@
#ifndef HAVE_STRLWR
#define strlwr _otp_strlwr
#endif
#ifndef HAVE_STRLCAT
#define strlcat _otp_strlcat
#endif
#ifndef HAVE_STRLCPY
#define strlcpy _otp_strlcpy
#endif
#endif /* __roken_rename_h__ */