--- libelwix/src/elwix.c 2022/09/26 19:39:23 1.10 +++ libelwix/src/elwix.c 2024/01/22 15:24:28 1.11 @@ -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.11 2024/01/22 15:24:28 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004 - 2022 +Copyright 2004 - 2023 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -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