summaryrefslogtreecommitdiff
path: root/borlandc
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 /borlandc
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 'borlandc')
-rw-r--r--borlandc/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/borlandc/config.h b/borlandc/config.h
index 8add48878..607bba8ce 100644
--- a/borlandc/config.h
+++ b/borlandc/config.h
@@ -163,6 +163,13 @@
/* #undef HAVE_STRLCPY */
/*
+ * Do we have POSIX locale support?
+ */
+
+#define HAVE_LOCALE_H 1
+#define HAVE_LOCALECONV 1
+
+/*
* HAVE_SYS_SELECT_H:
*
* Whether or not select() call has its own header file.