]> Nishi Git Mirror - tewi.git/commitdiff
hurd
authorNishi <nishi@nishi.boats>
Tue, 5 Nov 2024 01:59:45 +0000 (01:59 +0000)
committerNishi <nishi@nishi.boats>
Tue, 5 Nov 2024 01:59:45 +0000 (01:59 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@411 8739d7e6-ffea-ec47-b151-bdff447c6205

README
README.tmpl
Server/version.c

diff --git a/README b/README
index dbff1c315ab702657eae24a4ecf6ade9800f1743..ad33106de906cdeeade49e3bb55cdfad848c60a4 100644 (file)
--- a/README
+++ b/README
@@ -49,6 +49,7 @@ UnixWare                 Working on 7.1.1
 OS/2                     Working
 Darwin                   Working on 8.0.1
 Solaris                  Working on 9
+GNU/Hurd                 Working
 NetWare                  Working on 6.5 SP8, missing module support
 DOS                      Working, missing module support and multi-threading
 NeXTSTEP                 Working, missing module support
index 73d4b3040afe701fa0b9601a13bf04afe64f1648..6961164d8509d23bd1a8bdbcd52ea4eadb1bdb91 100644 (file)
@@ -49,6 +49,7 @@ UnixWare                 Working on 7.1.1
 OS/2                     Working
 Darwin                   Working on 8.0.1
 Solaris                  Working on 9
+GNU/Hurd                 Working
 NetWare                  Working on 6.5 SP8, missing module support
 DOS                      Working, missing module support and multi-threading
 NeXTSTEP                 Working, missing module support
index af44d7210b3e87b43bd0f5445093e62f1d71954b..dd92f9083eb864d326ad02c8cf88976275e96e52 100644 (file)
@@ -41,6 +41,8 @@ const char* tw_platform =
     "Darwin"
 #elif defined(__sun__)
     "Solaris"
+#elif defined(__gnu_hurd__)
+    "GNU/Hurd"
 #elif defined(__CYGWIN__)
     "Cygwin"
 #elif defined(_PSP)