Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by nishi, Thu Oct 17 09:53:39 2024 UTC | Revision 1.2 by nishi, Thu Oct 17 10:33:26 2024 UTC | |
---|---|---|
# | Line 13 const char* tw_platform = | Line 13 const char* tw_platform = |
13 | "NetBSD" | "NetBSD" |
14 | #elif defined(__OpenBSD__) | #elif defined(__OpenBSD__) |
15 | "OpenBSD" | "OpenBSD" |
16 | #elif defined(__bsdi__) | |
17 | "BSD/OS" | |
18 | #elif defined(__linux__) | #elif defined(__linux__) |
19 | "Linux" | "Linux" |
20 | #elif defined(__OS2__) | #elif defined(__OS2__) |
|
nishi@chaotic.ninja | ViewVC Help |
Powered by ViewVC 1.3.0-dev |