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
This commit is contained in:
Meep-Eep
2008-08-21 18:52:48 +00:00
parent 15f9f50779
commit 990fae0411
+1 -1
View File
@@ -243,7 +243,7 @@ SYMBOL_readdir_r_EXTRA="#include <dirent.h>"
SYMBOL_setenv_EXTRA="#include <stdlib.h>" SYMBOL_setenv_EXTRA="#include <stdlib.h>"
SYMBOL_strcasecmp_EXTRA="#include <string.h>" SYMBOL_strcasecmp_EXTRA="#include <strings.h>"
SYMBOL_strcasecmp_DEFNAME="HAVE_STRCASECMP_UQM" SYMBOL_strcasecmp_DEFNAME="HAVE_STRCASECMP_UQM"
# HAVE_STRCASECMP would conflict with SDL (SDL_config.h). # HAVE_STRCASECMP would conflict with SDL (SDL_config.h).