summaryrefslogtreecommitdiff
path: root/src/h-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/h-config.h')
-rw-r--r--src/h-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/h-config.h b/src/h-config.h
index 307a7a27..3ebaa87f 100644
--- a/src/h-config.h
+++ b/src/h-config.h
@@ -248,10 +248,12 @@ extern "C" {
/*
* Linux has "stricmp()" with a different name
*/
+/*
#if defined(linux)
# define HAS_STRICMP
# define stricmp strcasecmp
#endif
+*/
/*