Re: [PATCH hail] const-correctness tweaks
Jim Meyering <[email protected]> Sat, 23 Oct 2010 08:47:05 +0200
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
Jeff Garzik wrote: ... >> But even if curl were requiring some suboptimal signature, >> it would be nice not to impose that on all projects that use hail. >> Are there older curl headers that do require the const-free signature? >> If there are and you want to support them, too, let me know -- maybe >> I can cook up an autoconf test to make things work there, with minimal >> impact. > > Nah, I wouldn't worry about the const signature, it's probably just > out of date documentation. If users appear running old OS's or OS > versions, we can tackle autoconf'ing on a piecemeal basis as needs > arise. > > Committed these patches of yours to hail.git and tabled.git. Thanks!