Re: [exim-dev] ${dlfunc

トップ ページ
このメッセージを削除
このメッセージに返信
著者: David Woodhouse
日付:  
To: Tony Finch
CC: exim-dev
題目: Re: [exim-dev] ${dlfunc
On Tue, 2005-02-22 at 14:37 +0000, Tony Finch wrote:
>Yes, I suppose so, though the adaptation layer would be a bit more heavy
>and inflexible until ${lookup is made modular at run-time.


Making ${lookup modular is mostly just a case of turning lookup_list[]
into a linked list instead of a static array, and having a way of adding
to it at runtime by dlopening something with the new lookup type in.

--
dwmw2