include strcasecmp() for those without it

This commit is contained in:
Todd C. Miller
1999-08-24 17:37:38 +00:00
parent 1a5da52c7b
commit 0d38bef9a7
8 changed files with 187 additions and 77 deletions

View File

@@ -75,10 +75,6 @@
#include "emul/search.h"
#endif /* HAVE_LSEARCH */
#ifndef HAVE_STRCASECMP
#define strcasecmp(a,b) strcmp(a,b)
#endif /* !HAVE_STRCASECMP */
#ifndef lint
static const char rcsid[] = "$Sudo$";
#endif /* lint */