From e413cba972feb60d3d4d104c0c93320435610d1b Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 28 Oct 1999 14:12:54 +1000 Subject: Disabled code based on autoconf tests --- strlcpy.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'strlcpy.h') diff --git a/strlcpy.h b/strlcpy.h index 824df300c..9afbd39c5 100644 --- a/strlcpy.h +++ b/strlcpy.h @@ -1,4 +1,9 @@ #ifndef _STRLCPY_H #define _STRLCPY_H + +#include "config.h" +#ifndef HAVE_STRLCPY size_t strlcpy(char *dst, const char *src, size_t siz); +#endif /* !HAVE_STRLCPY */ + #endif /* _STRLCPY_H */ -- cgit v1.2.3