This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mpsort without <config.h>


On 07/26/2012 04:28 PM, Denis Excoffier wrote:
> Hello,
> 
> Is it conceivable that in mpsort.c, the line
> 
> #include <config.h>
> 
> is (officially) replaced by the three lines
> 
> #ifdef HAVE_CONFIG_H
> # include <config.h>
> #endif
> 
> for those people (like me...) that don't work with <config.h> but prefer to keep mpsort.c untouched?

Wrong list?

$ cd newlib
$ find -name mpsort.c
$

-- 
Eric Blake   eblake@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]