chiark / gitweb /
Correct type of various printf arguments: ptrdiff_t != int
[adns.git] / acconfig.h
index aef702f3171c964ebf7250cd9ccd54daa509edb8..9e42673ba047e12257d45bcdc1d2040eb2a4d253 100644 (file)
@@ -7,8 +7,8 @@
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
  *
  *  It is part of adns, which is
- *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1997-2005 Ian Jackson <ian@davenant.greenend.org.uk>
+ *    Copyright (C) 1999-2004 Tony Finch <dot@dotat.at>
  *  
  *  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
@@ -114,7 +114,3 @@ struct pollfd { int fd; short events; short revents; };
 #ifdef HAVEUSE_RPCTYPES_H
 #include <rpc/types.h>
 #endif
-
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif