runtime port identification

The CE ports use makedefs hosted on another platform,
so the version string generated at build time isn't really
appropriate.

Add a way to add information to the version string
at runtime for such ports.
This commit is contained in:
nethack.allison
2003-02-19 11:44:14 +00:00
parent 3d9d7f24b3
commit 0c4bd66545
4 changed files with 44 additions and 0 deletions

View File

@@ -2084,6 +2084,9 @@ E boolean FDECL(check_version, (struct version_info *,
const char *,BOOLEAN_P));
E unsigned long FDECL(get_feature_notice_ver, (char *));
E unsigned long NDECL(get_current_feature_ver);
#ifdef RUNTIME_PORT_ID
E void FDECL(append_port_id, (char *));
#endif
/* ### video.c ### */