4 #define __HAVE_ARCH_STRCPY
5 #define __HAVE_ARCH_STRNCPY
6 #define __HAVE_ARCH_STRLEN
7 #define __HAVE_ARCH_STRCMP
8 #define __HAVE_ARCH_STRCAT
9 #define __HAVE_ARCH_MEMSET
10 #define __HAVE_ARCH_BCOPY
11 #define __HAVE_ARCH_MEMCPY
12 #define __HAVE_ARCH_MEMMOVE
13 #define __HAVE_ARCH_MEMCMP
14 #define __HAVE_ARCH_MEMCHR
16 extern int strcasecmp(const char *, const char *);
17 extern int strncasecmp(const char *, const char *, int);