bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] strncasecmp and AIX


From: Karl Berry
Subject: Re: [Bug-gnulib] strncasecmp and AIX
Date: Fri, 26 Mar 2004 13:28:23 -0500

    > I always feel much better about such things to use the system
    > declaration if present.

    Agreed. 

Perhaps simply:

#if !HAVE_STRCASECMP || !HAVE_STRNCASECMP
# include "strcase.h"
#endif

After all, there's not much point in including our strcase.h if we're
not actually going to use our replacement functions.

Wdyt?




reply via email to

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