KDE malloc speed
Adriaan de Groot
adridg at sci.kun.nl
Tue Apr 22 14:32:18 BST 2003
On Tue, 22 Apr 2003, Lubos Lunak wrote:
> Does the attached patch make it better?
[Patch changes #ifdef linux to #ifdef __linux__]
In KFloppy I ended up using
#if defined(linux) || defined(LINUX) || defined (__linux) || defined(__linux__)
#define ANY_LINUX (1)
#endif
because various reports (whose sources I forget completely) said that you
needed to check for _all_ of those to correctly identify all the various
Linux flavors out there.
More information about the kde-core-devel
mailing list