Index: PLATFORMS.md ================================================================== --- PLATFORMS.md +++ PLATFORMS.md @@ -64,12 +64,10 @@ * OS Versions: 0.9 * Architectures: i686 * Compilers: Clang 14.0.6 * Runtimes: ObjFW - * Limitations: No support for UNIX sockets (`AF_UNIX` with `SOCK_DGRAM` is - currently broken in Hurd) Haiku ----- Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -1526,14 +1526,10 @@ #endif #ifdef __MINT__ # error Gives invalid argument at runtime #endif - - #ifdef __gnu_hurd__ - # error Empty sun_path in the source given by recvfrom() - #endif ]) AC_CHECK_HEADER(netipx/ipx.h, [ AC_DEFINE(OF_HAVE_NETIPX_IPX_H, 1, [Whether we have netipx/ipx.h])