diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-12-29 04:29:03 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-12-29 04:29:03 +0000 |
commit | a52821c94cc4d1620d0def56c994017dbd97449a (patch) | |
tree | bcd05c0ac3aeb1c2284fed519ac7d2846276008e /lib/bind/lwres | |
parent | 3b6846889471f95381ed147402698dfeacacbf7c (diff) |
Updated versions of header files generated per the instructions
in src/contrib/bind9/FREEBSD-Upgrade for the 9.2.3 import
Notes
Notes:
svn path=/head/; revision=153821
Diffstat (limited to 'lib/bind/lwres')
-rw-r--r-- | lib/bind/lwres/lwres/platform.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/bind/lwres/lwres/platform.h b/lib/bind/lwres/lwres/platform.h index 99b78004d3a0..ed87c89a7b70 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 |