AC_STR_NONE
if (strcmp(file, AC_STR_NONE) != 0) {
(void) strlcpy(acp->file, AC_STR_NONE,
if (aconf_set_string(AC_PROP_FILE, AC_STR_NONE) == -1)
strcmp(ac.file, AC_STR_NONE) != 0 ||
strcmp(ac.tracked, AC_STR_NONE) != 0) {
if (strcmp(str, AC_STR_NONE) == 0)
(void) strcpy(str, AC_STR_NONE);