summaryrefslogtreecommitdiff
path: root/src/h-config.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-16 18:28:59 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-16 18:28:59 +0100
commitff252acf7f2f38e33017e82881c95825b54c7cee (patch)
tree847349e828d65445b340c7d9c31a03c50bcc8a69 /src/h-config.h
parenta25ce2e8e0c3132503cef23c56e4408f034b6558 (diff)
Replace uses of stricmp with boost::algorithm::iequals
Diffstat (limited to 'src/h-config.h')
-rw-r--r--src/h-config.h18
1 files changed, 0 insertions, 18 deletions
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
@@ -105,24 +105,6 @@ extern "C" {
/*
- * 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
*/