---
 config.h |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/config.h b/config.h
--- a/config.h
+++ b/config.h
@@ -138,6 +138,15 @@
 	trouble creating a "logfile" or suspect that the trouble starts before
 	procmail can interpret any rcfile or arguments. */
 
+#undef NO_COMSAT
+#undef UDP_protocolno
+#undef BIFF_serviceport
+#undef IP_localhost
+
+#define UDP_protocolno 17
+#define BIFF_serviceport "512"
+#define IP_localhost {127,0,0,1}
+
 /************************************************************************
  * Only edit below this line if you *think* you know what you are doing *
  ************************************************************************/
