mirror of git://sourceware.org/git/glibc.git
(T_DNAME): Define.
This commit is contained in:
parent
eef8a803a6
commit
c536b04dbc
|
@ -1,6 +1,6 @@
|
||||||
/* Copyright (c) 1983, 1989
|
/* Copyright (c) 1983, 1989
|
||||||
* The Regents of the University of California. All rights reserved.
|
* The Regents of the University of California. All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
* are met:
|
* are met:
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
* 4. Neither the name of the University nor the names of its contributors
|
* 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
|
* may be used to endorse or promote products derived from this software
|
||||||
* without specific prior written permission.
|
* without specific prior written permission.
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
@ -161,6 +161,7 @@ typedef struct {
|
||||||
#define T_SRV ns_t_srv
|
#define T_SRV ns_t_srv
|
||||||
#define T_ATMA ns_t_atma
|
#define T_ATMA ns_t_atma
|
||||||
#define T_NAPTR ns_t_naptr
|
#define T_NAPTR ns_t_naptr
|
||||||
|
#define T_DNAME ns_t_dname
|
||||||
#define T_TSIG ns_t_tsig
|
#define T_TSIG ns_t_tsig
|
||||||
#define T_IXFR ns_t_ixfr
|
#define T_IXFR ns_t_ixfr
|
||||||
#define T_AXFR ns_t_axfr
|
#define T_AXFR ns_t_axfr
|
||||||
|
|
Loading…
Reference in New Issue