Deleted Added
full compact
symtype.h (135446) symtype.h (170222)
1/*
1/*
2 * Portions Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
2 * Portions Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
3 * Portions Copyright (C) 2001 Internet Software Consortium.
4 * Portions Copyright (C) 2001 Nominum, Inc.
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NOMINUM DISCLAIMS ALL
11 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
12 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY
13 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */
18
3 * Portions Copyright (C) 2001 Internet Software Consortium.
4 * Portions Copyright (C) 2001 Nominum, Inc.
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NOMINUM DISCLAIMS ALL
11 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
12 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY
13 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */
18
19/* $Id: symtype.h,v 1.2.206.1 2004/03/06 08:15:22 marka Exp $ */
19/* $Id: symtype.h,v 1.3.18.2 2005/04/29 00:17:14 marka Exp $ */
20
21#ifndef ISCCC_SYMTYPE_H
22#define ISCCC_SYMTYPE_H 1
23
20
21#ifndef ISCCC_SYMTYPE_H
22#define ISCCC_SYMTYPE_H 1
23
24/*! \file */
25
24#define ISCCC_SYMTYPE_ZONESTATS 0x0001
25#define ISCCC_SYMTYPE_CCDUP 0x0002
26#define ISCCC_SYMTYPE_TELLSERVICE 0x0003
27#define ISCCC_SYMTYPE_TELLRESPONSE 0x0004
28
29#endif /* ISCCC_SYMTYPE_H */
26#define ISCCC_SYMTYPE_ZONESTATS 0x0001
27#define ISCCC_SYMTYPE_CCDUP 0x0002
28#define ISCCC_SYMTYPE_TELLSERVICE 0x0003
29#define ISCCC_SYMTYPE_TELLRESPONSE 0x0004
30
31#endif /* ISCCC_SYMTYPE_H */