X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=acconfig.h;h=fac467c59810ca439782dc3e03547eeee4eec760;hp=aef702f3171c964ebf7250cd9ccd54daa509edb8;hb=2a9e6abd955dc1d32f298ff99376096c634f47ff;hpb=5a0be2445e09e1d0fc6ae995b6c0296bc28e657d;ds=inline diff --git a/acconfig.h b/acconfig.h index aef702f..fac467c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -3,12 +3,11 @@ * input file for autoheader/autoconf/configure: extra stuff for config.h */ /* - * This file is - * Copyright (C) 1997-2000 Ian Jackson - * - * It is part of adns, which is - * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * This file is part of adns, which is + * 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 @@ -114,7 +113,3 @@ struct pollfd { int fd; short events; short revents; }; #ifdef HAVEUSE_RPCTYPES_H #include #endif - -#ifdef HAVE_SYS_SELECT_H -#include -#endif