developer: jinmei

reviewer: marka
1368.   [func]          remove support for bitstring labels.
This commit is contained in:
Mark Andrews
2002-08-27 04:53:43 +00:00
parent ce76952df3
commit b6309ed962
21 changed files with 250 additions and 1897 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_api.c,v 1.48 2001/07/11 18:51:22 bwelling Exp $ */
/* $Id: t_api.c,v 1.49 2002/08/27 04:53:43 marka Exp $ */
#include <config.h>
@@ -588,8 +588,8 @@ struct dns_errormap {
{ ISC_R_RANGE, "ISC_R_RANGE" },
{ DNS_R_LABELTOOLONG, "DNS_R_LABELTOOLONG" },
{ DNS_R_BADESCAPE, "DNS_R_BADESCAPE" },
{ DNS_R_BADBITSTRING, "DNS_R_BADBITSTRING" },
{ DNS_R_BITSTRINGTOOLONG, "DNS_R_BITSTRINGTOOLONG"},
/* { DNS_R_BADBITSTRING, "DNS_R_BADBITSTRING" }, */
/* { DNS_R_BITSTRINGTOOLONG, "DNS_R_BITSTRINGTOOLONG"}, */
{ DNS_R_EMPTYLABEL, "DNS_R_EMPTYLABEL" },
{ DNS_R_BADDOTTEDQUAD, "DNS_R_BADDOTTEDQUAD" },
{ DNS_R_UNKNOWN, "DNS_R_UNKNOWN" },