]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] need local strlcpy() in VS2005
authorEvan Hunt <each@isc.org>
Thu, 7 Aug 2014 02:57:26 +0000 (19:57 -0700)
committerEvan Hunt <each@isc.org>
Thu, 7 Aug 2014 02:57:26 +0000 (19:57 -0700)
lib/lwres/win32/include/lwres/platform.h

index 89fd9ac541b78aed62ececdaf5b52b103868de87..d5185d661f11d64b3396777c28aee9c4cf96124a 100644 (file)
@@ -67,6 +67,9 @@
  */
 /*@LWRES_PLATFORM_NEEDSYSSELECTH@ */
 
+/* VS2005 does not provide strlcpy() */
+#define LWRES_PLATFORM_NEEDSTRLCPY
+
 /*
  * Define some Macros
  */