# | Line 133 | Line 133 | void tw_config_init(void) { | |
---|---|---|
133 | strcpy(config.hostname, "ps2"); | |
134 | #elif defined(__NETWARE__) | |
135 | strcpy(config.hostname, "netware"); | |
136 | + | #elif defined(__amiga__) |
137 | + | strcpy(config.hostname, "amiga"); |
138 | #else | |
139 | gethostname(config.hostname, 1024); | |
140 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |