Amiga: disable SYSCF, drop sysconf from package

SYSCF is for multi-user system-admin lockdown; single-user Amigas
don't need it, and assure_syscf_file() killing the binary when run
outside NetHack: was breaking normal launches.
This commit is contained in:
Ingo Paschke
2026-05-03 17:48:22 +02:00
parent d9da319622
commit 2a59726f18
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -212,4 +212,7 @@ struct ami_sysflags {
};
extern struct ami_sysflags sysflags;
#undef SYSCF
#undef SYSCF_FILE
#endif /* AMICONF_H */