1config BR2_PACKAGE_DING_LIBS 2 bool "ding-libs" 3 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 4 help 5 The ding-libs packages contain a set of libraries used by 6 the System Security Services Daemon (SSSD) and other 7 projects and provide functions to manipulate filesystem 8 pathnames (libpath_utils), a hash table to manage storage 9 and access time properties (libdhash), a data type to 10 collect data in a hierarchical structure (libcollection), a 11 dynamically growing, reference-counted array (libref_array), 12 and a library to process configuration files in 13 initialization format (INI) into a library collection data 14 structure (libini_config). 15 16 https://pagure.io/SSSD/ding-libs 17