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

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