summaryrefslogtreecommitdiffstats
path: root/lib/bind/isc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-12-02 19:13:58 +0000
committerdougb <dougb@FreeBSD.org>2007-12-02 19:13:58 +0000
commit475b1eb4b268dca03c0dc03b6cf87b918ba80099 (patch)
treebf74f37221d23e3a7d3b042fe7305678904d5dd4 /lib/bind/isc
parent28c10a16444a5616d2d1883cd0f8ec60d95ca5f5 (diff)
downloadFreeBSD-src-475b1eb4b268dca03c0dc03b6cf87b918ba80099.zip
FreeBSD-src-475b1eb4b268dca03c0dc03b6cf87b918ba80099.tar.gz
Update glue for BIND 9.4.2
Diffstat (limited to 'lib/bind/isc')
-rw-r--r--lib/bind/isc/isc/platform.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/bind/isc/isc/platform.h b/lib/bind/isc/isc/platform.h
index 0548b97..d0f9f25 100644
--- a/lib/bind/isc/isc/platform.h
+++ b/lib/bind/isc/isc/platform.h
@@ -4,7 +4,7 @@
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
*
@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: platform.h.in,v 1.34.18.7 2007/02/13 00:04:50 marka Exp $ */
+/* $Id: platform.h.in,v 1.34.18.9 2007/09/13 05:04:01 each Exp $ */
#ifndef ISC_PLATFORM_H
#define ISC_PLATFORM_H 1
@@ -28,6 +28,11 @@
***** Platform-dependent defines.
*****/
+/*
+ * Define if the platform has <strings.h>.
+ */
+#define ISC_PLATFORM_HAVESTRINGSH 1
+
/***
*** Network.
***/
OpenPOWER on IntegriCloud