chiark / gitweb /
Test cases for long labels and domains.
[adns.git] / regress / Makefile.in
index 606359ace9973e5c2ef6b1ae0222d1c1f567eedc..2945c8bb67e34d9fb2062c46a9b8831197ffbc44 100644 (file)
@@ -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 <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>
 #  
 #  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,6 +35,7 @@ HCPPFLAGS:= $(foreach F,                      \
        gettimeofday select poll                \
        socket fcntl connect close              \
        sendto recvfrom read write writev       \
+       malloc realloc free exit                \
 , -D$F=H$F)
 
 HARNLOBJS=     $(addsuffix _d.o, $(basename $(LIBOBJS)))