Eric Blake wrote: > >>> +#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?
Because the module 'relocatable-lib' gets included in every relocatable library; therefore it's desirable to minimize its source code dependencies. Similarly, the module 'relocatable-prog-wrapper' has already enough dependencies. Bruno