Initial refactor of config file handling
authorSteven Luo <steven+maemo@steven676.net>
Wed, 16 Dec 2009 12:02:08 +0000 (04:02 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Wed, 16 Dec 2009 12:02:08 +0000 (04:02 -0800)
commitca61ab9737a563adac6436de4fe35243b40345ef
tree77f477ab0c85be0d90fec1efd823cf50f63b73f0
parent5a19c8657cd5a93c80f23d952e411e20517edd42
Initial refactor of config file handling

Move the config file locating code, the location #defines, and the
parsing regexes into new files, so that they can be shared by the config
UI.
Makefile
configfile.c [new file with mode: 0644]
configfile.h [new file with mode: 0644]
main.c