X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/c94dad840b53ed6fda4f59d5a83c6670f7b06ebd..f5097daa3c74505b83e759c82518ab8bb41ea38f:/regress/Makefile.in diff --git a/regress/Makefile.in b/regress/Makefile.in index c67c682..3ed85f1 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -1,6 +1,11 @@ # regress/Makefile - regression test Makefile # -# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson +# This file is +# Copyright (C) 1997-1999 Ian Jackson +# +# It is part of adns, which is +# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1999 Tony Finch # # 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 @@ -27,7 +32,7 @@ include $(srcdir)/../src/adns.make DIRCFLAGS= -I$(srcdir)/../src HCPPFLAGS:= $(foreach F, \ - gettimeofday select \ + gettimeofday select poll \ socket fcntl connect close \ sendto recvfrom read write writev \ , -D$F=H$F)