"Axel Liljencrantz" <[EMAIL PROTECTED]> writes: > Then I guess I'll do that. Doesn't seem to be a preincluded autoconf > test to see if libc is glibc. Shouldn't be hard to write one, though.
One thing I found out recently is that the "normal" way to test for glibc: #ifdef __GLIBC__ ...also triggers on uLibc, presumably because significant parts of things people protect via. that method are available on uLibc (although, not what I was using it for). -- James Antill -- [EMAIL PROTECTED] http://www.and.org/and-httpd ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
