Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.2 by nishi, Sun Nov 3 05:19:57 2024 UTC | Revision 1.3 by nishi, Sun Nov 3 10:40:12 2024 UTC | |
---|---|---|
# | Line 133 void tw_config_init(void) { | Line 133 void tw_config_init(void) { |
133 | strcpy(config.hostname, "ps2"); | strcpy(config.hostname, "ps2"); |
134 | #elif defined(__NETWARE__) | #elif defined(__NETWARE__) |
135 | strcpy(config.hostname, "netware"); | strcpy(config.hostname, "netware"); |
136 | #elif defined(__amiga__) | |
137 | strcpy(config.hostname, "amiga"); | |
138 | #else | #else |
139 | gethostname(config.hostname, 1024); | gethostname(config.hostname, 1024); |
140 | #endif | #endif |
|
nishi@chaotic.ninja | ViewVC Help |
Powered by ViewVC 1.3.0-dev |