看板 DFBSD_commit 關於我們 聯絡資訊
commit df278fc2d8ea47bf4d28a07927f4acd66b372363 Author: Jan Lentfer <lentferj@df64devel.lan.net> Date: Tue Mar 9 21:45:10 2010 +0100 libldns: Import alternative DNS Library into base Summary of changes: lib/Makefile | 2 +- lib/libldns/Makefile | 28 ++ lib/libldns/ldns/config.h | 444 +++++++++++++++++++++++++++++ {contrib/ldns => lib/libldns}/ldns/ldns.h | 0 lib/libldns/ldns/net.h | 200 +++++++++++++ lib/libldns/ldns/util.h | 331 +++++++++++++++++++++ 6 files changed, 1004 insertions(+), 1 deletions(-) create mode 100644 lib/libldns/Makefile create mode 100644 lib/libldns/ldns/config.h copy {contrib/ldns => lib/libldns}/ldns/ldns.h (100%) create mode 100644 lib/libldns/ldns/net.h create mode 100644 lib/libldns/ldns/util.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/df278fc2d8ea47bf4d28a07927f4acd66b372363 -- DragonFly BSD source repository