chiark / gitweb /
Infrastructure: Strip away crufty CVS $Id$ tags.
[mLib] / bres-adns.c
index 0679207c23b32e2c42e97b8e68ec6482d43f3ef1..0d93ab0ed1af6468d1f3ea70a90926b110f30264 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Background reverse name resolution (ADNS version)
  *
@@ -39,6 +37,8 @@
  * must be licensed under the full GPL.
  */
 
+#include "config.h"
+
 #ifndef HAVE_ADNS
 #  error "You need the ADNS library to compile this file."
 #endif