On 12/01/2014 10:21 PM, KO Myung-Hun wrote:

>>> +#ifdef __EMX__ +# define INCL_DOS +# include <os2.h> + +#define
>>> strcmp  stricmp +#define strncmp strnicmp
>>
>> stricmp is a non-standard case-insensitive comparator.  Why not use
>> the standardized strcasecmp instead?  Similarly for strncasecmp.
>>
> 
> EMX does not have strcasecmp et al.

But gnulib does.  Why not depend on the gnulib module?

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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to