summaryrefslogtreecommitdiffstats
path: root/lib/bind/lwres
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-12-29 04:29:03 +0000
committerdougb <dougb@FreeBSD.org>2005-12-29 04:29:03 +0000
commit5356ece7af0458f6ec24871e4de69dc54a3170fd (patch)
treebcd05c0ac3aeb1c2284fed519ac7d2846276008e /lib/bind/lwres
parent4c84b65cf3f444794e70f63c880807dbd71b3555 (diff)
downloadFreeBSD-src-5356ece7af0458f6ec24871e4de69dc54a3170fd.zip
FreeBSD-src-5356ece7af0458f6ec24871e4de69dc54a3170fd.tar.gz
Updated versions of header files generated per the instructions
in src/contrib/bind9/FREEBSD-Upgrade for the 9.2.3 import
Diffstat (limited to 'lib/bind/lwres')
-rw-r--r--lib/bind/lwres/lwres/platform.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/bind/lwres/lwres/platform.h b/lib/bind/lwres/lwres/platform.h
index 99b7800..ed87c89 100644
--- a/lib/bind/lwres/lwres/platform.h
+++ b/lib/bind/lwres/lwres/platform.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/*
- * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -90,6 +90,16 @@
*/
#undef LWRES_PLATFORM_NEEDSPRINTF
+/*
+ * The printf format string modifier to use with lwres_uint64_t values.
+ */
+#define LWRES_PLATFORM_QUADFORMAT "ll"
+
+/*! \brief
+ * Define if this system needs strtoul.
+ */
+#undef ISC_PLATFORM_NEEDSTRTOUL
+
#ifndef LWRES_PLATFORM_USEDECLSPEC
#define LIBLWRES_EXTERNAL_DATA
#else
OpenPOWER on IntegriCloud