Searched defs:INI_PARSE_IGNORE_NON_KVP (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/providers/ad/
H A Dad_gpo.c100 /* If INI_PARSE_IGNORE_NON_KVP is not defined, use 0 (no effect) */
101 #ifndef INI_PARSE_IGNORE_NON_KVP
102 #define INI_PARSE_IGNORE_NON_KVP 0 macro
103 #warning INI_PARSE_IGNORE_NON_KVP not defined.
1189 * with INI_PARSE_IGNORE_NON_KVP flag */
1212 INI_PARSE_IGNORE_NON_KVP, ini_config);

Completed in 646 milliseconds