3d2a80f
diff -up dhcp-4.2.4-P1/configure.ac.remove-dst dhcp-4.2.4-P1/configure.ac
3d2a80f
--- dhcp-4.2.4-P1/configure.ac.remove-dst	2012-08-17 15:24:29.066454140 +0200
3d2a80f
+++ dhcp-4.2.4-P1/configure.ac	2012-08-17 15:24:29.071454073 +0200
3d2a80f
@@ -608,7 +608,6 @@ AC_OUTPUT([
3d2a80f
   common/Makefile
3d2a80f
   common/tests/Makefile
3d2a80f
   dhcpctl/Makefile
3d2a80f
-  dst/Makefile
3d2a80f
   includes/Makefile
3d2a80f
   omapip/Makefile
3d2a80f
   relay/Makefile
3d2a80f
diff -up dhcp-4.2.4-P1/includes/Makefile.am.remove-dst dhcp-4.2.4-P1/includes/Makefile.am
3d2a80f
--- dhcp-4.2.4-P1/includes/Makefile.am.remove-dst	2012-07-13 08:17:54.000000000 +0200
3d2a80f
+++ dhcp-4.2.4-P1/includes/Makefile.am	2012-08-17 15:25:08.253922458 +0200
3d2a80f
@@ -1,7 +1,6 @@
3d2a80f
 nobase_include_HEADERS = omapip/alloc.h omapip/buffer.h omapip/convert.h \
3d2a80f
 			 omapip/hash.h omapip/isclib.h omapip/omapip.h \
3d2a80f
-			 omapip/omapip_p.h omapip/result.h omapip/trace.h \
3d2a80f
-			 isc-dhcp/dst.h
3d2a80f
+			 omapip/omapip_p.h omapip/result.h omapip/trace.h
3d2a80f
 
3d2a80f
 EXTRA_DIST = cdefs.h ctrace.h dhcp.h dhcp6.h dhcpd.h dhctoken.h failover.h \
3d2a80f
 	     heap.h inet.h minires.h osdep.h site.h statement.h tree.h \
3d2a80f
diff -up dhcp-4.2.4-P1/Makefile.am.remove-dst dhcp-4.2.4-P1/Makefile.am
3d2a80f
--- dhcp-4.2.4-P1/Makefile.am.remove-dst	2012-08-17 15:24:29.067454126 +0200
3d2a80f
+++ dhcp-4.2.4-P1/Makefile.am	2012-08-17 15:24:29.071454073 +0200
3d2a80f
@@ -27,7 +27,7 @@ else
3d2a80f
 SUBDIRS = 
3d2a80f
 endif
3d2a80f
 
3d2a80f
-SUBDIRS += includes tests common dst omapip client dhcpctl relay server
3d2a80f
+SUBDIRS += includes tests common omapip client dhcpctl relay server
3d2a80f
 
3d2a80f
 nobase_include_HEADERS = dhcpctl/dhcpctl.h
3d2a80f
 
3d2a80f
diff -up dhcp-4.2.4-P1/server/ddns.c.remove-dst dhcp-4.2.4-P1/server/ddns.c
3d2a80f
--- dhcp-4.2.4-P1/server/ddns.c.remove-dst	2012-07-13 08:18:05.000000000 +0200
3d2a80f
+++ dhcp-4.2.4-P1/server/ddns.c	2012-08-17 15:24:29.072454060 +0200
3d2a80f
@@ -34,7 +34,6 @@
3d2a80f
  */
3d2a80f
 
3d2a80f
 #include "dhcpd.h"
3d2a80f
-#include "dst/md5.h"
3d2a80f
 #include <dns/result.h>
3d2a80f
 
3d2a80f
 #ifdef NSUPDATE