[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] vmh and other unused files
From: |
Paul Vixie |
Subject: |
Re: [Nmh-workers] vmh and other unused files |
Date: |
Sun, 25 Dec 2011 21:39:01 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
On 12/25/2011 7:41 PM, Lyndon Nerenberg wrote:
> msh links against vmhsbr.o. Before killing those files we need to extract
> whatever msh needs and move it into msh.c
can we... not?
put all the sbr stuff into a .a and link everything against that.
note, this isn't the same as librification, where we define a decent
mh-independent API for unix mail tools, make a .so out of that, and use
it in preference to our own internal versions of the similar logic.