diff -u makedefs.orig makedefs
--- makedefs.orig	2003-01-23 14:45:02.000000000 +0100
+++ makedefs	2003-03-22 17:48:55.000000000 +0100
@@ -302,6 +302,13 @@
 		;;
 esac
 
+#
+# Enable SASL.
+#
+
+CCARGS="$CCARGS -DUSE_SASL_AUTH -I/usr/include/sasl"
+AUXLIBS="$AUXLIBS -L/usr/lib -lsasl2"
+
 # Defaults that can be overruled (make makefiles CC=cc OPT=-O6 DEBUG=)
 # Disable optimizations by default when compiling for Purify. Disable
 # optimizations by default with gcc 2.8, until the compiler is known to
