From 4faaeb6bec9489b2a6daaff969f744c5b330e0c4 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Mon, 23 Jan 2017 14:33:49 +0000 Subject: [PATCH] Remove str(n)casecmp declarations Issue: #325 --- protos.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/protos.h b/protos.h index 583295e92..b318c802e 100644 --- a/protos.h +++ b/protos.h @@ -501,10 +501,6 @@ extern char *sys_errlist[]; #define memmove(d,s,n) bcopy((s),(d),(n)) #endif -/* AIX doesn't define these in any headers (sigh) */ -int strcasecmp (const char *, const char *); -int strncasecmp (const char *, const char *, size_t); - #ifdef _AIX int setegid (gid_t); #endif /* _AIX */ @@ -568,11 +564,6 @@ int ci_send_message (int, HEADER *, char *, CONTEXT *, HEADER *); int setenv (const char *, const char *, int); #endif -#ifndef HAVE_STRCASECMP -int strcasecmp (char *, char *); -int strncasecmp (char *, char *, size_t); -#endif - #ifndef HAVE_STRSEP char *strsep (char **, const char *); #endif -- 2.40.0