Loading ares/Makefile.am +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,8 @@ noinst_PROGRAMS =$(PROGS) # regular sources and headers EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \ Makefile.m32 Makefile.netware Makefile.vc6 $(man_MANS) $(MSVCFILES) \ config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \ TODO pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcares.pc Loading ares/TODO 0 → 100644 +8 −0 Original line number Diff line number Diff line TODO ==== ares_gethostbyname - When built to support IPv6, it needs to also support PF_UNSPEC or similar, so that an application can ask for any protocol and then c-ares would return all known resolves and not just explicitly IPv4 _or_ IPv6 resolves. Loading
ares/Makefile.am +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,8 @@ noinst_PROGRAMS =$(PROGS) # regular sources and headers EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \ Makefile.m32 Makefile.netware Makefile.vc6 $(man_MANS) $(MSVCFILES) \ config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \ TODO pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcares.pc Loading
ares/TODO 0 → 100644 +8 −0 Original line number Diff line number Diff line TODO ==== ares_gethostbyname - When built to support IPv6, it needs to also support PF_UNSPEC or similar, so that an application can ask for any protocol and then c-ares would return all known resolves and not just explicitly IPv4 _or_ IPv6 resolves.