[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: url.c and strcasecmp ?



At 05:18 PM 1/16/01 +0200, Andreas Back wrote:
>There is a couple of 
>strcasecmp() and strncasecmp in libldap/url.c
>that probaly need a
>
>#ifdef HAVE_STRNCMP

No. The code requires the platform provide str[n]casecmp()
or equivalent routines.  When an equivalent routines are
provide (e.g. WinNT), mapping is done by the build environment
(e.g. portable.nt).

Kurt