From 990fae0411b9588a00cd54f0f9163bb5231a5562 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Thu, 21 Aug 2008 18:52:48 +0000 Subject: [PATCH] strcasecmp() is in strings.h according to POSIX git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3038 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/config_proginfo_host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/build/unix/config_proginfo_host b/sc2/build/unix/config_proginfo_host index f4c5c3fb4..fdd7d00fe 100644 --- a/sc2/build/unix/config_proginfo_host +++ b/sc2/build/unix/config_proginfo_host @@ -243,7 +243,7 @@ SYMBOL_readdir_r_EXTRA="#include " SYMBOL_setenv_EXTRA="#include " -SYMBOL_strcasecmp_EXTRA="#include " +SYMBOL_strcasecmp_EXTRA="#include " SYMBOL_strcasecmp_DEFNAME="HAVE_STRCASECMP_UQM" # HAVE_STRCASECMP would conflict with SDL (SDL_config.h).