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:
@@ -212,4 +212,7 @@ struct ami_sysflags {
|
||||
};
|
||||
extern struct ami_sysflags sysflags;
|
||||
|
||||
#undef SYSCF
|
||||
#undef SYSCF_FILE
|
||||
|
||||
#endif /* AMICONF_H */
|
||||
|
||||
Reference in New Issue
Block a user