bionic has strlcpy.

Defining an additional one upsets the clang FORTIFY implementation.

Change-Id: I44652bcdcff2ad199bf91c80b35859ce9c76e994
diff --git a/config.h b/config.h
index d3e66c4..a275fc2 100644
--- a/config.h
+++ b/config.h
@@ -217,7 +217,7 @@
 #define HAVE_STRING_H 1
 
 /* Define to 1 if you have the `strlcpy' function. */
-/* #undef HAVE_STRLCPY */
+#define HAVE_STRLCPY 1
 
 /* Define to 1 if you have the `strncasecmp' function. */
 #define HAVE_STRNCASECMP 1