From f6fbeee2a60016f598055dbd033ea5461d16cd80 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 14 Oct 2024 17:45:04 +0000 Subject: [PATCH] trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@325 8739d7e6-ffea-ec47-b151-bdff447c6205 --- README.tmpl | 5 +++-- Server/version.c | 2 ++ config.h.tmpl | 4 ++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.tmpl b/README.tmpl index 36a2ae5..1315a19 100644 --- a/README.tmpl +++ b/README.tmpl @@ -45,9 +45,10 @@ Haiku Working Minix Working UnixWare Working on 7.1.1 OS/2 Working -NetWare WIP, cannot run fopen somehow +NetWare WIP, cannot run fopen somehow (left as-is) +NeXTSTEP WIP PlayStation Portable Working, missing module support TODO: Get multi-threading working (maybe) -PlayStation 2 Not working +PlayStation 2 Not working (left as-is) PlayStation 3 Working, missing module support TODO: Get multi-threading working (maybe) diff --git a/Server/version.c b/Server/version.c index baea953..73e2de7 100644 --- a/Server/version.c +++ b/Server/version.c @@ -17,6 +17,8 @@ const char* tw_platform = "Linux" #elif defined(__OS2__) "OS/2" +#elif defined(__NeXT__) + "NeXT" #elif defined(__NETWARE__) "NetWare" #elif defined(__MINGW32__) diff --git a/config.h.tmpl b/config.h.tmpl index 5ad6089..3fd12e9 100644 --- a/config.h.tmpl +++ b/config.h.tmpl @@ -76,6 +76,10 @@ #define NO_IPV6 #endif +#if defined(__NeXT__) && !defined(NO_IPV6) +#define NO_IPV6 +#endif + #endif /* -- 2.45.2