• M
    Test for existence of strerror. · 6838df92
    Mark Adler 提交于
    SunOS 4.1 claims that it is __STDC__, but it does not have strerror
    in string.h.  Instead of using __STDC__, this puts a direct test
    for strerror in configure, and uses that information in gzguts.h.
    6838df92
configure 22.2 KB