DEFDIR
strcpy(passwd_file, DEFDIR MYPASSWD);
strcpy(shadow_file, DEFDIR MYSHADOW);
strcpy(lockfile, DEFDIR ".pwd.lock");
strcpy(adjunct_file, DEFDIR "security/passwd.adjunct");
if (strcmp(DEFDIR MYSHADOW, shadow_file) == 0) {