- Timestamp:
- Oct 15, 2024, 2:45:04 AM (5 weeks ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.tmpl
r315 r325 46 46 UnixWare Working on 7.1.1 47 47 OS/2 Working 48 NetWare WIP, cannot run fopen somehow 48 NetWare WIP, cannot run fopen somehow (left as-is) 49 NeXTSTEP WIP 49 50 PlayStation Portable Working, missing module support 50 51 TODO: Get multi-threading working (maybe) 51 PlayStation 2 Not working 52 PlayStation 2 Not working (left as-is) 52 53 PlayStation 3 Working, missing module support 53 54 TODO: Get multi-threading working (maybe) -
trunk/Server/version.c
r317 r325 18 18 #elif defined(__OS2__) 19 19 "OS/2" 20 #elif defined(__NeXT__) 21 "NeXT" 20 22 #elif defined(__NETWARE__) 21 23 "NetWare" -
trunk/config.h.tmpl
r315 r325 77 77 #endif 78 78 79 #if defined(__NeXT__) && !defined(NO_IPV6) 80 #define NO_IPV6 81 #endif 82 79 83 #endif 80 84
Note:
See TracChangeset
for help on using the changeset viewer.