From 2a90a56c55b783e8784f0278704cafe408e42e11 Mon Sep 17 00:00:00 2001 From: Nishi Date: Tue, 5 Nov 2024 01:59:45 +0000 Subject: [PATCH] hurd git-svn-id: file:///raid/svn-personal/tewi/trunk@411 8739d7e6-ffea-ec47-b151-bdff447c6205 --- README | 1 + README.tmpl | 1 + Server/version.c | 2 ++ 3 files changed, 4 insertions(+) diff --git a/README b/README index dbff1c3..ad33106 100644 --- 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 diff --git a/README.tmpl b/README.tmpl index 73d4b30..6961164 100644 --- a/README.tmpl +++ b/README.tmpl @@ -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 diff --git a/Server/version.c b/Server/version.c index af44d72..dd92f90 100644 --- a/Server/version.c +++ b/Server/version.c @@ -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) -- 2.43.0