From ff252acf7f2f38e33017e82881c95825b54c7cee Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 16 Dec 2014 18:28:59 +0100 Subject: Replace uses of stricmp with boost::algorithm::iequals --- src/h-config.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/h-config.h') diff --git a/src/h-config.h b/src/h-config.h index a6462b36..aa323e72 100644 --- a/src/h-config.h +++ b/src/h-config.h @@ -104,24 +104,6 @@ extern "C" { #endif -/* - * OPTION: Define "HAS_STRICMP" only if "stricmp()" exists. - * Note that "stricmp()" is not actually used by Angband. - */ -/* #define HAS_STRICMP */ - -/* - * Linux has "stricmp()" with a different name - */ -/* -#if defined(linux) -# define HAS_STRICMP -# define stricmp strcasecmp -#endif -*/ - - - /* * OPTION: Define "HAS_USLEEP" only if "usleep()" exists. * Note that this is only relevant for "SET_UID" machines -- cgit v1.2.3