From a9bde38b55cc390bd7d80811ba48647e16eb4cc6 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Mar 2005 20:42:50 +0000 Subject: Fixed inspstring strlcpy and strlcat git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@907 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/inspstring.h b/include/inspstring.h index f13f098dd..54264a3eb 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -3,7 +3,7 @@ #include "inspircd_config.h" -#ifndef HAVE_STRLCPY +#ifndef HAS_STRLCPY size_t strlcpy(char *dst, const char *src, size_t siz); size_t strlcat(char *dst, const char *src, size_t siz); #endif -- cgit v1.2.3