* getaddrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus
authorueno <ueno>
Sun, 27 Jan 2002 17:22:19 +0000 (17:22 +0000)
committerueno <ueno>
Sun, 27 Jan 2002 17:22:19 +0000 (17:22 +0000)
commit4867e075e0e952abe8f3c780f8274527d01aa0c8
tree00842ca39cb8fc3a3713ccec477a9933e595a633
parentf8913b94285626491e743a1b962326c76fdc93f5
* getaddrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus
on systems where there is no such thing, we are now being unable
to use IPv6.
* getaddrinfo.c: Ditto.
* dcc.ml: Removed.
* naddr.ml: Removed.
* naddr.mli: Removed.
* basename.c: New file.
* dcc.c: Fix header info.
* tcp.c: Fix header info.
* tcp.c (main) [!HAVE_GETADDRINFO]: Don't use the fake getaddrinfo.
dcc/Makefile.am
dcc/basename.c [new file with mode: 0644]
dcc/dcc.c
dcc/dcc.ml [deleted file]
dcc/getaddrinfo.c [deleted file]
dcc/getaddrinfo.h [deleted file]
dcc/naddr.ml [deleted file]
dcc/naddr.mli [deleted file]
dcc/tcp.c