Some detection improvements to the build system.

Also checks added form iswgraph(), wchar_t, and int_t.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1566 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-02-26 21:22:29 +00:00
parent 6e9815eca8
commit 1fc8050ce0
7 changed files with 135 additions and 5 deletions
+6
View File
@@ -39,6 +39,12 @@ uqm_requirements()
define_have_symbol setenv
define_have_symbol strupr
define_have_symbol stricmp
# Add defines for HAVE_ISWGRAPH, HAVE_WCHAR_T, and HAVE_WINT_T
define_have_symbol iswgraph
define_have_type wchar_t
define_have_type wint_t
# Check for getopt.h
define_have_header getopt.h