remove all vestiges of 16 bit global compression

This commit is contained in:
Brian Wellington
2000-12-28 00:43:12 +00:00
parent af5dc286ff
commit d780c35e54
16 changed files with 18 additions and 46 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_api.c,v 1.44 2000/11/25 01:20:47 marka Exp $ */
/* $Id: t_api.c,v 1.45 2000/12/28 00:42:59 bwelling Exp $ */
#include <config.h>
@@ -654,7 +654,6 @@ struct dc_method_map {
{ DNS_COMPRESS_NONE, "DNS_COMPRESS_NONE" },
{ DNS_COMPRESS_GLOBAL14, "DNS_COMPRESS_GLOBAL14" },
{ DNS_COMPRESS_GLOBAL16, "DNS_COMPRESS_GLOBAL16" },
{ DNS_COMPRESS_GLOBAL, "DNS_COMPRESS_GLOBAL" },
{ DNS_COMPRESS_ALL, "DNS_COMPRESS_ALL" },
{ 0, NULL }