summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1999-05-15 15:08:33 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1999-05-15 15:08:33 +0000
commiteb3a2ef0d0335e6574f8ef6e35d65c77cb035510 (patch)
treea3b1b95968c47f15c4b05b3348eb1ebf67656393
parent2c5ab3494a0eb581f14bb4d0db15aff2c2bfa456 (diff)
Ajout de HAS_LOCALE
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2367 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--config/s-templ.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/s-templ.h b/config/s-templ.h
index 5e75cc913..41cdbc1e2 100644
--- a/config/s-templ.h
+++ b/config/s-templ.h
@@ -186,3 +186,7 @@
/* Define HAS_PUTENV if you have putenv(). */
+#define HAS_LOCALE
+
+/* Define HAS_LOCALE if you have the include file <locale.h> and the
+ setlocale() function. */