Ron Chen <[email protected]> writes: > mcheck is a GLIBC extension. So commenting out those lines are fine, but when > we integrate the changes to the source tree, it is better to check for the > __GNU_LIBRARY__ macro.
I doubt it matters, but use __GLIBC__ instead of __GNU_LIBRARY__, according to features.h. [I'd have said I'd checked something in for this after noticing it recently, but haven't.] There are many similar cases, of course. Cleaning them up -- preferably to autoconf-compatible forms -- would be a simple way to contribute if anyone's interested. _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
