inih version 46
Add INI_ALLOW_NO_VALUE: by default, inih treats a name with no value (no = or : on the line) as an error. To allow names with no values, add -DINI_ALLOW_NO_VALUE=1, and inih will call your handler function with value set to NULL. Thanks @weltling.