From: Ulrich Drepper Date: Tue, 10 Jun 2008 22:35:01 +0000 (+0000) Subject: (T_DNAME): Define. X-Git-Tag: cvs/fedora-glibc-20080612T1619~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c536b04dbc61d7ac4ee5dc7524fb5aeec4c453a3;p=thirdparty%2Fglibc.git (T_DNAME): Define. --- diff --git a/resolv/arpa/nameser_compat.h b/resolv/arpa/nameser_compat.h index 43bcd3affeb..8bc6e913dc4 100644 --- a/resolv/arpa/nameser_compat.h +++ b/resolv/arpa/nameser_compat.h @@ -1,6 +1,6 @@ /* Copyright (c) 1983, 1989 * The Regents of the University of California. All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -12,7 +12,7 @@ * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -161,6 +161,7 @@ typedef struct { #define T_SRV ns_t_srv #define T_ATMA ns_t_atma #define T_NAPTR ns_t_naptr +#define T_DNAME ns_t_dname #define T_TSIG ns_t_tsig #define T_IXFR ns_t_ixfr #define T_AXFR ns_t_axfr