Mail Archives: djgpp-workers/1999/04/20/07:15:19.1
On Mon, 19 Apr 1999, Alain Magloire wrote:
> > > GNU fnmatch uses FNM_CASEFOLD, while we define FNM_NOCASE. DJ, didn't
> > > you tell that FNM_NOCASE is Posix? If so, does it mean that GNU's
> > > version doesn't comply? I find that hard to believe.
> >
>
> Extensions, for example my Solaris box has:
> #define FNM_IGNORECASE 0x08 /* Ignore case when making comparisons */
I will add both FNM_CASEFOLD and FNM_IGNORECASE to the non-Posix
portion of fnmatch.h, then.
> It makes porting a nightmare, sigh same goes for glob()
What are the constants used by `glob' on different platforms? I'd
like to add them as well.
- Raw text -