--- libelwix/src/elwix.c 2017/01/09 12:53:18 1.9 +++ libelwix/src/elwix.c 2022/09/26 18:55:21 1.9.56.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: elwix.c,v 1.9 2017/01/09 12:53:18 misho Exp $ +* $Id: elwix.c,v 1.9.56.1 2022/09/26 18:55:21 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -209,7 +209,7 @@ elwix_byteOrder() return *(char*) &x; } -#ifndef strlcpy +#ifndef HAVE_STRLCPY /* * Copy src to string dst of size siz. At most siz-1 characters * will be copied. Always NUL terminates (unless siz == 0).