summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/res_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the style of the SCM ID's.obrien2002-03-221-0/+2
| | | | I believe have made all of libc .h's as consistent as possible.
* Update the resolver parts to bind-8.1.2 level. I have not touched thepeter1998-06-111-1/+1
| | | | | | getXXXXbyYYYY() interfaces yet. Obtained from: diff relative to bind-8.1.2 sources
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thepeter1996-12-301-1/+0
| | | | | DNSSEC stuff, among other things. There are also some renamed functions, I've left out the res_stubs.c from this commit in case cvs bombs out..
* Sigh, back out the last bright idea I had here about compiling the res_*peter1996-08-301-1/+2
| | | | | | | | routines from contrib/bind directly. There were too many problems, including having to add -DUSE_OPTIONS_H to the entire libc source in order for the contrib code to pick up it's options, and so on. Instead, I've merged the changes, libc is now self contained again.
* Merge in bind-4.9.4-P1 resolver...peter1996-08-291-2/+2
|
* The last of the bind-4.9.3-REL resolver merges.peter1996-01-131-1/+2
|
* Define DEBUG as 1 instead of as nothing so that it doesn't conflict withbde1995-08-211-1/+1
| | | | -DDEBUG in libresolv/Makefile.
* Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1)peter1995-08-201-0/+7
Note that this was done by selective patching from diffs, to not conflict with the 4.4bsd base code.. This was *not* a trivial task.. I have been testing this code (apart from cosmetic changes) in my libc for a while now. Obtained from: Paul Vixie <paul@vix.com>
OpenPOWER on IntegriCloud