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

Comparing Server/version.c (file contents):
Revision 1.5 by nishi, Sun Nov 3 13:51:52 2024 UTC vs.
Revision 1.7 by nishi, Fri Nov 15 14:45:28 2024 UTC

# Line 13 | Line 13 | const char* tw_platform =
13      "NetBSD"
14   #elif defined(__OpenBSD__)
15      "OpenBSD"
16 + #elif defined(__FreeBSD__)
17 +    "FreeBSD"
18   #elif defined(__bsdi__)
19      "BSD/OS"
20   #elif defined(__linux__)
# Line 41 | Line 43 | const char* tw_platform =
43      "Darwin"
44   #elif defined(__sun__)
45      "Solaris"
46 + #elif defined(__gnu_hurd__)
47 +    "GNU/Hurd"
48   #elif defined(__CYGWIN__)
49      "Cygwin"
50   #elif defined(_PSP)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines