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