use curlx_strnequal() from the private lib sources instead of strncasecmp()

for maximum portability
This commit is contained in:
Daniel Stenberg
2004-10-07 22:57:24 +00:00
parent 62f97f1817
commit a6d4d3eeac
2 changed files with 6 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include
noinst_PROGRAMS = sws
sws_SOURCES= sws.c getpart.c getpart.h
sws_SOURCES= sws.c getpart.c getpart.h $(top_srcdir)/lib/strequal.c
extra_DIST = config.h.in