diff -ruN exim/Makefile exim.new/Makefile --- exim/Makefile Mon Jun 2 14:17:43 2003 +++ exim.new/Makefile Wed Jun 4 21:59:17 2003 @@ -141,6 +141,9 @@ #WITHOUT_DSEARCH= yes #WITHOUT_NIS= yes # +# Define to enable wildcard lsearches +#WITH_WILDLSEARCH= yes +# # Disable support for the LMTP (RFC 2033 "SMTP over command pipe") # transport. #WITHOUT_LMTP @@ -326,6 +329,10 @@ .if !defined(WITHOUT_NIS) SEDLIST+= -e 's,^\# LOOKUP_NIS=,LOOKUP_NIS=,' +.endif + +.if defined(WITH_WILDLSEARCH) +SEDLIST+= -e 's,^\# LOOKUP_WILDLSEARCH=,LOOKUP_WILDLSEARCH=,' .endif .if !defined(WITHOUT_LMTP)