regress/Makefile.in: More out-of-tree build hacking.
[adns] / client / fanftest.c
index 0b0d2dc..cbe9986 100644 (file)
@@ -5,11 +5,13 @@
 /*
  *  This file is
  *   Copyright (C) 1999 Tony Finch <dot@dotat.at>
- *   Copyright (C) 1999 Ian Jackson <ian@davenant.greenend.org.uk>
+ *   Copyright (C) 1999-2000 Ian Jackson <ian@davenant.greenend.org.uk>
  *
  *  It is part of adns, which is
- *    Copyright (C) 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1997-2000,2003,2006  Ian Jackson
+ *    Copyright (C) 1999-2000,2003,2006  Tony Finch
+ *    Copyright (C) 1991 Massachusetts Institute of Technology
+ *  (See the file INSTALL for full details.)
  *  
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -30,7 +32,7 @@
  */
 
 static const char * const cvsid =
-       "$Id: fanftest.c,v 1.2 1999/10/15 16:46:57 ian Exp $";
+       "$Id: fanftest.c,v 1.6 2006/04/08 14:36:57 ian Exp $";
 
 #include <sys/types.h>
 #include <sys/time.h>
@@ -40,6 +42,7 @@ static const char * const cvsid =
 #include <stdio.h>
 #include <errno.h>
 
+#include "config.h"
 #include "adns.h"
 
 static const char *progname;