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 --- makefiles/config.mingw | 7 +++++++ makefiles/config.os2x | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'makefiles') diff --git a/makefiles/config.mingw b/makefiles/config.mingw index 6f8486c25..f6b5b3d1e 100644 --- a/makefiles/config.mingw +++ b/makefiles/config.mingw @@ -168,6 +168,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: * diff --git a/makefiles/config.os2x b/makefiles/config.os2x index 0fc4c52fc..868a428af 100644 --- a/makefiles/config.os2x +++ b/makefiles/config.os2x @@ -165,6 +165,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