Added configuration backend using hash tables
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Wed, 7 Jan 2009 00:05:49 +0000 (22:05 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Wed, 7 Jan 2009 00:12:01 +0000 (22:12 -0200)
commitf62abb6ec40a3d996f20b866364cc5e499d0ba20
tree7815b0a0867f505ffa199e85423497488d3c9671
parentd3b9c19433bbb0eaac760d26215fa0a61124193c
Added configuration backend using hash tables

Using GHashTable from GLib, store the configuration in memory, requiring
the user to set all required configuration values by the configuration
users.
atom/Makefile.am
config/Makefile.am
config/ghashtable/Makefile.am [new file with mode: 0644]
config/ghashtable/ghashtable.c [new file with mode: 0644]