X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8d67ada3e036ae1b48d7f20a82af42f9e52b810d..1a46a8c5c398c91f20c3f4def0ceb448ec8de96a:/src/src/EDITME diff --git a/src/src/EDITME b/src/src/EDITME index 60774cf49..72f797bb3 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/EDITME,v 1.8 2005/02/17 11:58:25 ph10 Exp $ +# $Cambridge: exim/src/src/EDITME,v 1.9 2005/03/22 14:11:54 ph10 Exp $ ################################################## # The Exim mail transport agent # @@ -689,6 +689,15 @@ ZCAT_COMMAND=/usr/bin/zcat # EXIM_PERL=perl.o +#------------------------------------------------------------------------------ +# Support for dynamically-loaded string expansion functions via ${dlfunc. If +# you are using gcc the dynamically-loaded object must be compiled with the +# -shared option, and you will need to add -export-dynamic to EXTRALIBS so +# that the local_scan API is made available by the linker. + +# EXPAND_DLFUNC=yes + + #------------------------------------------------------------------------------ # Exim has support for PAM (Pluggable Authentication Modules), a facility # which is available in the latest releases of Solaris and in some GNU/Linux