From 458d1dc75d75af2535bc533dba21f61f0b9ae8fe Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 24 Jul 2005 18:41:30 +0000 Subject: 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 --- visualc/config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'visualc') diff --git a/visualc/config.h b/visualc/config.h index 05867eaf0..e5a25f105 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -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: * -- cgit v1.2.3