@@ -104,9 +104,15 @@ #ifdef OF_POWERPC [OFStdOut writeFormat: @"[OFSystemInfo] Supports AltiVec: %d\n", [OFSystemInfo supportsAltiVec]]; #endif + +#ifdef OF_SYSTEM_INFO_HAS_NETWORK_INTERFACES + [OFStdOut writeFormat: @"[OFSystemInfo] Network interfaces: %@\n", + [[[OFSystemInfo networkInterfaces] allKeys] + componentsJoinedByString: @", "]]; +#endif objc_autoreleasePoolPop(pool); } @end