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

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

48 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
49 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
50 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
51 * SOFTWARE.
52 * -
53 * --Copyright--
54 */
55
1/*
2 * Copyright (c) 1983, 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

48 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
49 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
50 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
51 * SOFTWARE.
52 * -
53 * --Copyright--
54 */
55
56#ifndef _NAMESER_H_
57#define _NAMESER_H_
56#ifndef _ARPA_NAMESER_H_
57#define _ARPA_NAMESER_H_
58
59#include <sys/types.h>
60
61/*
62 * Define constants based on rfc883
63 */
64#define PACKETSZ 512 /* maximum packet size */
65#define MAXDNAME 256 /* maximum domain name */

--- 233 unchanged lines hidden ---
58
59#include <sys/types.h>
60
61/*
62 * Define constants based on rfc883
63 */
64#define PACKETSZ 512 /* maximum packet size */
65#define MAXDNAME 256 /* maximum domain name */

--- 233 unchanged lines hidden ---