summaryrefslogtreecommitdiff
path: root/visualc
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-07-24 18:41:30 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-07-24 18:41:30 +0000
commit458d1dc75d75af2535bc533dba21f61f0b9ae8fe (patch)
treea627455f287b8f2308b42fac80542324c39f112b /visualc
parent65c23f81ff08937150a9622eab358da318ec5c1e (diff)
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
Diffstat (limited to 'visualc')
-rw-r--r--visualc/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/visualc/config.h b/visualc/config.h
index 05867eaf0..e5a25f105 100644
--- a/visualc/config.h
+++ b/visualc/config.h
@@ -153,6 +153,13 @@
/*#undef HAVE_STRLCPY*/
/*
+ * Do we have POSIX locale support?
+ */
+
+#define HAVE_LOCALE_H 1
+#define HAVE_LOCALECONV 1
+
+/*
* HAVE_POLL:
*
* Use poll() if we don't have select().