bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling under Linux


From: Alfred M. Szmidt
Subject: Re: Compiling under Linux
Date: Fri, 03 Jan 2003 16:24:14 +0100

   BTW, the right way to fix the FNM_* issue is to #define _GNU_SOURCE.

That is not the right way at all.  Not all systems use the GNU C
library, so this will not work on those systems.

>From a quick peek in the findutils CVS it already does what is right;
it checks if FNM_CASEFOLD is defined, and if it is not, then it gets
defined (see [findutils]/m4/fnmatchcase.m4).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]