]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <config.h>
authorDavid Lawrence <source@isc.org>
Sat, 23 Dec 2000 22:02:49 +0000 (22:02 +0000)
committerDavid Lawrence <source@isc.org>
Sat, 23 Dec 2000 22:02:49 +0000 (22:02 +0000)
bin/check/check-tool.c
bin/named/lwsearch.c
bin/tests/genrandom.c

index 81bfaf1682a01f8f0c7c076875b1c478976922c6..842bf1d645c32d28d8830c19d2eabdffe72b57da 100644 (file)
@@ -15,7 +15,9 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: check-tool.c,v 1.1 2000/12/14 21:33:11 marka Exp $ */
+/* $Id: check-tool.c,v 1.2 2000/12/23 22:02:49 tale Exp $ */
+
+#include <config.h>
 
 #include <stdio.h>
 
index 86dbe8b70bd9a11fbe441ab6ae015e6319419265..fcd5d3819e3179ab10cb561a73b83418679ee13e 100644 (file)
@@ -15,7 +15,9 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lwsearch.c,v 1.5 2000/12/11 19:19:10 bwelling Exp $ */
+/* $Id: lwsearch.c,v 1.6 2000/12/23 22:02:47 tale Exp $ */
+
+#include <config.h>
 
 #include <isc/magic.h>
 #include <isc/mem.h>
index 27384deae99d2b8a1a1042cc8bf928d66008e8a6..e8122f2854a525d6722543b78143ba2c33cdec15 100644 (file)
@@ -15,7 +15,9 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: genrandom.c,v 1.6 2000/08/14 03:32:53 gson Exp $ */
+/* $Id: genrandom.c,v 1.7 2000/12/23 22:02:48 tale Exp $ */
+
+#include <config.h>
 
 #include <stdio.h>
 #include <stdlib.h>