On Sat, Apr 25, 2015 at 09:29:14AM -0400, Anthony G. Basile wrote: > On 04/25/15 05:41, Mark Wielaard wrote: > >If you could work together and see which patches seem reasonable to > >submit upstream that would be appreciated. I cannot guarantee they > >will all accepted if they make the code really complicated/broken. > > The patches need some configure.ac love to test for the availability of > various features like mtrace() and add the appropriate #ifdef's. I don't > think they'll be overly complicated, I just didn't polish and push them > upstream because (in those days) I anticipated resistance. I'll have some > time in about a week and can get something ready.
Thanks. Just a note that if we can avoid extra ifdefs that would be nice. For example in the case of these mtrace () calls I would prefer to just remove them because I believe they are not really used. Cheers, Mark