Major change to use the new config app

This replaces couch_config with the config app. The config app is mostly
a direct port of couch_config to a new namespace with the addition of a
rewritten config change notification mechanism. The new change mechanism
removes the ability to register an anonymous function that breaks code
upgrades and generally cleans up the various listening patterns using a
new behavior definition.
2 files changed
tree: e84a9b4751ea6e31a750215b31c0c4c91ff9c468
  1. include/
  2. src/
  3. test/
  4. Makefile.am