Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Wed, 22 Jan 2003 21:27:40 +0000 (21:27 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Wed, 22 Jan 2003 21:27:40 +0000 (21:27 +0000)
commitabc94f7ef83b06b3fdc3d5ce0accfda2cf14e2df
treed7faae116ed2b89d113aaf62de727df2dfa8d9f2
parent2b754a04ead75491015c27dc200f5679edb3a166
Author: Kev <klmitch@mit.edu>
Log message:

Create the libs subdirectory and copy adns into it; will remove it from the
top-level later...

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@920 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
31 files changed:
ChangeLog
libs/adns/.cvsignore [new file with mode: 0644]
libs/adns/COPYING [new file with mode: 0644]
libs/adns/Makefile [new file with mode: 0644]
libs/adns/Makefile.in [new file with mode: 0644]
libs/adns/README [new file with mode: 0644]
libs/adns/README.html [new file with mode: 0644]
libs/adns/README.ircu [new file with mode: 0644]
libs/adns/aclocal.m4 [new file with mode: 0644]
libs/adns/configure [new file with mode: 0755]
libs/adns/configure.in [new file with mode: 0644]
libs/adns/settings.make.in [new file with mode: 0644]
libs/adns/src/.cvsignore [new file with mode: 0644]
libs/adns/src/Makefile.in [new file with mode: 0644]
libs/adns/src/adns.h [new file with mode: 0644]
libs/adns/src/adns.make [new file with mode: 0644]
libs/adns/src/check.c [new file with mode: 0644]
libs/adns/src/config.h [new file with mode: 0644]
libs/adns/src/config.h.in [new file with mode: 0644]
libs/adns/src/dlist.h [new file with mode: 0644]
libs/adns/src/event.c [new file with mode: 0644]
libs/adns/src/general.c [new file with mode: 0644]
libs/adns/src/internal.h [new file with mode: 0644]
libs/adns/src/parse.c [new file with mode: 0644]
libs/adns/src/poll.c [new file with mode: 0644]
libs/adns/src/query.c [new file with mode: 0644]
libs/adns/src/reply.c [new file with mode: 0644]
libs/adns/src/setup.c [new file with mode: 0644]
libs/adns/src/transmit.c [new file with mode: 0644]
libs/adns/src/tvarith.h [new file with mode: 0644]
libs/adns/src/types.c [new file with mode: 0644]