Configure (autoconf) changes: Removed libcurl dependency, Disable restconf and disable restconf options. Added empty text datastore
This commit is contained in:
parent
af334bb746
commit
2758a30bb7
15 changed files with 812 additions and 182 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue