Changed from the old `libconfig' to the new `liboconfig'.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 11 Feb 2007 21:12:33 +0000 (22:12 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 11 Feb 2007 21:12:33 +0000 (22:12 +0100)
commit108c20b23f2ca3d0ae67a44dfd8da31a7db7544c
tree63896f7356cc02f66a10fa9c52d5a9ea449e37e7
parentb8be503b2b50366a9c498ba7e4ab66a228c6dfbf
Changed from the old `libconfig' to the new `liboconfig'.

Much work lies in front of us.. :/
15 files changed:
configure.in
src/Makefile.am
src/collectd.c
src/collectd.h
src/configfile.c
src/configfile.h
src/liboconfig/AUTHORS [new file with mode: 0644]
src/liboconfig/COPYING [new file with mode: 0644]
src/liboconfig/ChangeLog [new file with mode: 0644]
src/liboconfig/Makefile.am [new file with mode: 0644]
src/liboconfig/aux_types.h [new file with mode: 0644]
src/liboconfig/oconfig.c [new file with mode: 0644]
src/liboconfig/oconfig.h [new file with mode: 0644]
src/liboconfig/parser.y [new file with mode: 0644]
src/liboconfig/scanner.l [new file with mode: 0644]