Configure (autoconf) changes: Removed libcurl dependency, Disable restconf and disable restconf options. Added empty text datastore

This commit is contained in:
Olof hagsand 2017-04-11 20:15:43 +02:00
parent af334bb746
commit 2758a30bb7
15 changed files with 812 additions and 182 deletions

View file

@ -1552,7 +1552,7 @@ kv_init(clicon_handle h,
/*! plugin init function */
int
keyvalue_plugin_exit(void)
kv_plugin_exit(void)
{
return 0;
}
@ -1577,7 +1577,7 @@ static const struct xmldb_api api = {
1,
XMLDB_API_MAGIC,
clixon_xmldb_plugin_init,
keyvalue_plugin_exit,
kv_plugin_exit,
kv_get,
kv_put,
kv_dump,