diff options
Diffstat (limited to 'lib_generic/string.c')
-rw-r--r-- | lib_generic/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_generic/string.c b/lib_generic/string.c index 0e99d1b..e0b793a 100644 --- a/lib_generic/string.c +++ b/lib_generic/string.c @@ -21,7 +21,7 @@ #include <malloc.h> -#ifndef __HAVE_ARCH_STRNICMP +#if 0 /* not used - was: #ifndef __HAVE_ARCH_STRNICMP */ /** * strnicmp - Case insensitive, length-limited string comparison * @s1: One string |