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 --- watcom/config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'watcom') diff --git a/watcom/config.h b/watcom/config.h index 7aebfbe85..0952b5073 100644 --- a/watcom/config.h +++ b/watcom/config.h @@ -162,6 +162,13 @@ /* #undef HAVE_STRLCAT */ /* #undef HAVE_STRLCPY */ +/* + * Do we have POSIX locale support? + */ + +#define HAVE_LOCALE_H 1 +#define HAVE_LOCALECONV 1 + /* * HAVE_SYS_SELECT_H: * -- cgit v1.2.3