--- libelwix/inc/config.h.in 2017/01/09 12:53:18 1.4 +++ libelwix/inc/config.h.in 2024/01/22 15:14:11 1.5.6.3 @@ -44,6 +44,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strlcat' function. */ +#undef HAVE_STRLCAT + +/* Define to 1 if you have the `strlcpy' function. */ +#undef HAVE_STRLCPY + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_H @@ -82,6 +88,12 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION + +/* Patricia support */ +#undef PATRICIA_SUPPORT + +/* Pelco support */ +#undef PELCO_SUPPORT /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS