Deleted Added
full compact
nameser_compat.h (50473) nameser_compat.h (78012)
1/* Copyright (c) 1983, 1989
2 * The Regents of the University of California. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 19 unchanged lines hidden (view full) ---

28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33/*
34 * from nameser.h 8.1 (Berkeley) 6/2/93
35 * From: Id: nameser_compat.h,v 8.9 1998/03/20 23:25:10 halley Exp
1/* Copyright (c) 1983, 1989
2 * The Regents of the University of California. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 19 unchanged lines hidden (view full) ---

28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33/*
34 * from nameser.h 8.1 (Berkeley) 6/2/93
35 * From: Id: nameser_compat.h,v 8.9 1998/03/20 23:25:10 halley Exp
36 * $FreeBSD: head/include/arpa/nameser_compat.h 50473 1999-08-27 23:45:13Z peter $
36 * $FreeBSD: head/include/arpa/nameser_compat.h 78012 2001-06-10 20:25:24Z ume $
37 */
38
39#ifndef _ARPA_NAMESER_COMPAT_
40#define _ARPA_NAMESER_COMPAT_
41
42#define __BIND 19950621 /* (DEAD) interface version stamp. */
43
44#include <machine/endian.h>

--- 123 unchanged lines hidden (view full) ---

168#define T_AAAA ns_t_aaaa
169#define T_LOC ns_t_loc
170#define T_NXT ns_t_nxt
171#define T_EID ns_t_eid
172#define T_NIMLOC ns_t_nimloc
173#define T_SRV ns_t_srv
174#define T_ATMA ns_t_atma
175#define T_NAPTR ns_t_naptr
37 */
38
39#ifndef _ARPA_NAMESER_COMPAT_
40#define _ARPA_NAMESER_COMPAT_
41
42#define __BIND 19950621 /* (DEAD) interface version stamp. */
43
44#include <machine/endian.h>

--- 123 unchanged lines hidden (view full) ---

168#define T_AAAA ns_t_aaaa
169#define T_LOC ns_t_loc
170#define T_NXT ns_t_nxt
171#define T_EID ns_t_eid
172#define T_NIMLOC ns_t_nimloc
173#define T_SRV ns_t_srv
174#define T_ATMA ns_t_atma
175#define T_NAPTR ns_t_naptr
176#define T_OPT ns_t_opt
176#define T_IXFR ns_t_ixfr
177#define T_AXFR ns_t_axfr
178#define T_MAILB ns_t_mailb
179#define T_MAILA ns_t_maila
180#define T_ANY ns_t_any
181
182#define C_IN ns_c_in
183#define C_CHAOS ns_c_chaos
184#define C_HS ns_c_hs
185/* BIND_UPDATE */
186#define C_NONE ns_c_none
187#define C_ANY ns_c_any
188
189#define GETSHORT NS_GET16
190#define GETLONG NS_GET32
191#define PUTSHORT NS_PUT16
192#define PUTLONG NS_PUT32
193
194#endif /* _ARPA_NAMESER_COMPAT_ */
177#define T_IXFR ns_t_ixfr
178#define T_AXFR ns_t_axfr
179#define T_MAILB ns_t_mailb
180#define T_MAILA ns_t_maila
181#define T_ANY ns_t_any
182
183#define C_IN ns_c_in
184#define C_CHAOS ns_c_chaos
185#define C_HS ns_c_hs
186/* BIND_UPDATE */
187#define C_NONE ns_c_none
188#define C_ANY ns_c_any
189
190#define GETSHORT NS_GET16
191#define GETLONG NS_GET32
192#define PUTSHORT NS_PUT16
193#define PUTLONG NS_PUT32
194
195#endif /* _ARPA_NAMESER_COMPAT_ */