ObjFW  Diff

Differences From Artifact [ad02101851]:

To Artifact [79a55a5faf]:


102
103
104
105
106
107
108






109
110
111
112
	    [OFSystemInfo supportsSHAExtensions]];
#endif

#ifdef OF_POWERPC
	[OFStdOut writeFormat: @"[OFSystemInfo] Supports AltiVec: %d\n",
	    [OFSystemInfo supportsAltiVec]];
#endif







	objc_autoreleasePoolPop(pool);
}
@end







>
>
>
>
>
>




102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
	    [OFSystemInfo supportsSHAExtensions]];
#endif

#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