--- libelwix/inc/config.h.in 2024/01/22 15:09:01 1.5.6.2 +++ libelwix/inc/config.h.in 2024/10/10 23:53:00 1.7.2.1 @@ -68,6 +68,9 @@ /* ELWIX memory manager */ #undef MEMMGR +/* MPool zeroing memory */ +#undef MPOOL_MEM_ZERO + /* Build w/o assert() support */ #undef NDEBUG @@ -88,6 +91,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION + +/* Patricia support */ +#undef PATRICIA_SUPPORT /* Pelco support */ #undef PELCO_SUPPORT