commit | e413cba972feb60d3d4d104c0c93320435610d1b | [log] [tgz] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Thu Oct 28 14:12:54 1999 +1000 |
committer | Damien Miller <djm@mindrot.org> | Thu Oct 28 14:12:54 1999 +1000 |
tree | d712398819471c56f89ea3fc7a4fa5fb8db38690 | |
parent | 062307657e30c9b970514eb53b4b743f9d571231 [diff] [blame] |
Disabled code based on autoconf tests
diff --git a/strlcpy.h b/strlcpy.h index 824df30..9afbd39 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 */