replace select to poll (#584)
* replace select * Added poll/select selection during compilation --------- Co-authored-by: Olof Hagsand <olof@hagsand.se>
This commit is contained in:
parent
4080bd3a5a
commit
2a6bbac712
3 changed files with 32 additions and 1 deletions
|
|
@ -213,8 +213,8 @@
|
|||
* This causes xml_cmp to show that the datastores are unequal and may cause a wrong diff, or
|
||||
* worse case an overwrite.
|
||||
*/
|
||||
#undef SYSTEM_ONLY_CONFIG_CANDIDATE_CLEAR
|
||||
|
||||
#undef SYSTEM_ONLY_CONFIG_CANDIDATE_CLEAR
|
||||
/*! In full XPath namespace resolve, match even if namespace not resolved
|
||||
*
|
||||
* In the case of xpath lookup functions (eg xpath_vec_ctx) where nsc is defined, then
|
||||
|
|
@ -224,3 +224,4 @@
|
|||
* This seems wrong and should be changed, but need further investigation
|
||||
*/
|
||||
#define XPATH_NS_ACCEPT_UNRESOLVED
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue