Diff for /libelwix/inc/config.h.in between versions 1.5.6.2 and 1.7.2.1

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

Removed from v.1.5.6.2  
changed lines
  Added in v.1.7.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>