summaryrefslogtreecommitdiff
path: root/src/print_path_exists.c
AgeCommit message (Collapse)Author
2014-03-12Unify use of string comparisonsMats
* strncmp(s1, s2, strlen(s2)) → BEGINS_WITH(s1, s2) * strncmp(s1, s2, strlen(s1)) → strcmp(s1, s2) * Prefer case-insensitive comparison for options
2013-11-22Add support for path_exists directive.Kinware AB