--- libelwix/src/elwix.c 2022/09/26 19:39:23 1.10 +++ libelwix/src/elwix.c 2023/07/27 21:48:54 1.10.6.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: elwix.c,v 1.10 2022/09/26 19:39:23 misho Exp $ +* $Id: elwix.c,v 1.10.6.1 2023/07/27 21:48:54 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -239,7 +239,7 @@ strlcpy(char *dst, const char *src, size_t siz) } #endif -#ifndef strlcat +#ifndef HAVE_STRLCAT /* * Appends src to string dst of size siz (unlike strncat, siz is the * full size of dst, not space left). At most siz-1 characters