lib: added support for a global config file
commit01338b9aa95595a02f0690b9ff01249ab0edb487
authorChris Frey <cdfrey@foursquare.net>
Thu, 3 Dec 2009 00:10:54 +0000 (2 19:10 -0500)
committerChris Frey <cdfrey@foursquare.net>
Thu, 3 Dec 2009 21:11:22 +0000 (3 16:11 -0500)
treeb937691fd0c1ffa7e73f4b1079e2a9bf2d24e3f7
parentb5df5b61c614edcf3d0d51f547c1e5dc6d2dfeed
lib: added support for a global config file

Barry::ConfigFile now supports a per-device configuration (as usual)
and GlobalConfigFile handles the global one.

This new global config file is for global defaults, preferences, etc.
ChangeLog
src/configfile.cc
src/configfile.h
src/pin.cc
src/pin.h