--- Server/config.c 2024/11/03 05:19:57 1.2 +++ Server/config.c 2024/11/03 10:40:12 1.3 @@ -1,4 +1,4 @@ -/* $Id: config.c,v 1.2 2024/11/03 05:19:57 nishi Exp $ */ +/* $Id: config.c,v 1.3 2024/11/03 10:40:12 nishi Exp $ */ #define SOURCE @@ -133,6 +133,8 @@ void tw_config_init(void) { strcpy(config.hostname, "ps2"); #elif defined(__NETWARE__) strcpy(config.hostname, "netware"); +#elif defined(__amiga__) + strcpy(config.hostname, "amiga"); #else gethostname(config.hostname, 1024); #endif