Attempt to make 'localeconv()' part of the configuration process. VC6 works, but I'll need feedback for all other platforms... . Trying OS X in a few minutes.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2005-07-24 18:41:30 +00:00
parent 65c23f81ff
commit 458d1dc75d
11 changed files with 72 additions and 1 deletions
+7
View File
@@ -152,6 +152,13 @@
/*#undef HAVE_STRLCAT*/
/*#undef HAVE_STRLCPY*/
/*
* Do we have POSIX locale support?
*/
#define HAVE_LOCALE_H 1
#define HAVE_LOCALECONV 1
/*
* HAVE_POLL:
*