ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Server/config.c
(Generate patch)

Comparing Server/config.c (file contents):
Revision 1.1 by nishi, Thu Oct 17 09:53:38 2024 UTC vs.
Revision 1.3 by nishi, Sun Nov 3 10:40:12 2024 UTC

# Line 10 | Line 10
10   #include <string.h>
11   #include <sys/stat.h>
12  
13 + #ifdef NEED_DIRECT
14 + #include <direct.h>
15 + #endif
16 +
17   #if !defined(_MSC_VER) && !defined(__BORLANDC__)
18   #include <unistd.h>
19   #endif
# Line 129 | 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines