• Raphael Kubo da Costa's avatar
    Tune the definitions needed when building with -ansi. · 4c148e5f
    Raphael Kubo da Costa authored
    The current definitions were mostly useful to glibc and followed its
    feature_test_macros(3) documentation.
    
    However, this means other platforms still had problems when building with
    strict compilation flags. _BSD_SOURCE, for example, is only recognized by
    glibc, and other platforms sometimes need _XOPEN_SOURCE instead, or even the
    removal of some definitions (such as the outdate _POSIX_SOURCE one).
    
    _POSIX_SOURCE also had to be conditionally defined in some places, as what
    it enables or disables during compilation varies across systems.
    4c148e5f
Name
Last commit
Last update
..
d3des.c Loading commit data...
d3des.h Loading commit data...
lzoconf.h Loading commit data...
lzodefs.h Loading commit data...
md5.c Loading commit data...
md5.h Loading commit data...
minilzo.c Loading commit data...
minilzo.h Loading commit data...
sha1.c Loading commit data...
sha1.h Loading commit data...
turbojpeg.c Loading commit data...
turbojpeg.h Loading commit data...
vncauth.c Loading commit data...
zywrletemplate.c Loading commit data...