--- libelwix/inc/config.h.in 2017/01/09 12:40:40 1.3.8.1 +++ libelwix/inc/config.h.in 2024/10/10 23:53:00 1.7.2.1 @@ -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 @@ -62,6 +68,9 @@ /* ELWIX memory manager */ #undef MEMMGR +/* MPool zeroing memory */ +#undef MPOOL_MEM_ZERO + /* Build w/o assert() support */ #undef NDEBUG @@ -82,6 +91,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