]> git.ipfire.org Git - thirdparty/mtr.git/commit
fix building on osx 18/head
authorMarkus Chou <chou.marcus@gmail.com>
Sat, 6 Jul 2013 17:01:10 +0000 (01:01 +0800)
committerMarkus Chou <chou.marcus@gmail.com>
Sat, 6 Jul 2013 17:01:10 +0000 (01:01 +0800)
commit2a08115f2c026232e2172db7f894d12306594d1d
tree3753ed624095573fcd4abb3de28dca347dda1c92
parent1aa109745c388bb87caa49973f90cc82994a1528
fix building on osx

    On Linux, they use 'BIND_4_COMPAT' and #include <arpa/nameser_compat.h> in <arpa/nameser.h>
    On OSX, if 'BIND_8_COMPAT' is #defined, <arpa/nameser_compat.h> is #included in <arpa/nameser.h>
asn.c