Index: gw/dlr.h
===================================================================
--- gw/dlr.h	(revision 4834)
+++ gw/dlr.h	(working copy)
@@ -99,6 +99,11 @@
  */
 void dlr_add(const Octstr *smsc, const Octstr *ts, Msg *msg);
 
+/*
+ * Let compiler know we have a "different" dlr_find now.
+ */
+#define DLR_FIND_USE_DST
+
 /* 
  * Find an entry in the list. If there is one a message is returned and 
  * the entry is removed from the list otherwhise the message returned is NULL 
