Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/dist/bind/bin/named Pull up revision 1.1 (new) (request...



details:   https://anonhg.NetBSD.org/src/rev/f28d80f199bc
branches:  netbsd-1-4
changeset: 469783:f28d80f199bc
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 16:54:07 1999 +0000

description:
Pull up revision 1.1 (new) (requested by christos and veego):
  Update to BIND 8.2.2-P5.

diffstat:

 dist/bind/bin/named/named.h |  66 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 82f731aee4c3 -r f28d80f199bc dist/bind/bin/named/named.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/dist/bind/bin/named/named.h       Sat Dec 04 16:54:07 1999 +0000
@@ -0,0 +1,66 @@
+/*     $NetBSD: named.h,v 1.1.1.1.2.2 1999/12/04 16:54:07 he Exp $     */
+
+/*
+ * Copyright (c) 1996-1999 by Internet Software Consortium.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+ * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+ * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ * SOFTWARE.
+ */
+
+/*
+ * Id: named.h,v 8.25 1999/10/13 18:00:19 vixie Exp
+ */
+
+/* Options. Change them at your peril. */
+#define DEBUG
+#define ADDAUTH
+#define STUBS
+#define RETURNSOA
+#define BOGUSNS
+#define TRACEROOT
+#define XFRNETS
+#define QRYLOG
+#define YPKLUDGE
+#define        RENICE
+#define SLAVE_FORWARD
+#define BIND_IXFR
+#define BIND_NOTIFY
+#define BIND_UPDATE
+#define WANT_PIDFILE
+#define FWD_LOOP
+#define DOTTED_SERIAL
+#define SENSIBLE_DOTS
+#define ROUND_ROBIN
+#define DNS_SECURITY
+#undef RSAREF
+#undef BSAFE
+#define ALLOW_LONG_TXT_RDATA
+#define STRICT_RFC2308
+#undef BIND_ZXFR
+
+#include <isc/assertions.h>
+#include <isc/list.h>
+#include <isc/ctl.h>
+
+#include <res_update.h>
+
+#include "pathnames.h"
+
+#include "ns_defs.h"
+#include "db_defs.h"
+
+#include "ns_glob.h"
+#include "db_glob.h"
+
+#include "ns_func.h"
+#include "db_func.h"



Home | Main Index | Thread Index | Old Index