1) LibIni downgraded to revision 1233 due to license problems

2) Created GPL 3+ fork of it (libconfig) with all functions from last libini revision



git-svn-id: svn://kolibrios.org@1291 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
vkos
2009-11-28 11:43:35 +00:00
parent b92de5cfd2
commit c81e27d3e4
6 changed files with 1462 additions and 95 deletions

View File

@@ -20,7 +20,6 @@
ini.MAX_NAME_LEN = 1024
ini.MAX_VALUE_LEN = 4096
ini.MAX_BOOL_LEN = 9
ini.MEM_SIZE = 4096
ini.BLOCK_SIZE = ini.MEM_SIZE / 2