]> Git repositories of Nishi - tewi.git/commitdiff
trying to add nextstep support
authorNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 17:45:04 +0000 (17:45 +0000)
committerNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 17:45:04 +0000 (17:45 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@325 8739d7e6-ffea-ec47-b151-bdff447c6205

README.tmpl
Server/version.c
config.h.tmpl

index 36a2ae542e68ca573bc3785e76260492c7ab0498..1315a19bfe307beba501bf8f0e5dc9c1182aa087 100644 (file)
@@ -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)
index baea9538ab84c107e5a30d65e7e829fa7a796162..73e2de751fd20a3c99b0496f1ce074712a076d90 100644 (file)
@@ -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__)
index 5ad6089e142fe1173a3111a6b3a122fdd40e4759..3fd12e9f2924edda3b0f00321360951a42cb92d9 100644 (file)
 #define NO_IPV6
 #endif
 
+#if defined(__NeXT__) && !defined(NO_IPV6)
+#define NO_IPV6
+#endif
+
 #endif
 
 /*