about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-22 12:56:43 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-22 12:56:43 +0000
commit97fa7e4889341f41a3f481361b2e8a6c552d8186 (patch)
treee3c9ac9f1cca6dd248275e1c756c938ec45ff85e /Src/system.h
parentda00a3929010ef8fc69a16dd65666b23b93c47c2 (diff)
downloadzsh-97fa7e4889341f41a3f481361b2e8a6c552d8186.tar.gz
zsh-97fa7e4889341f41a3f481361b2e8a6c552d8186.tar.xz
zsh-97fa7e4889341f41a3f481361b2e8a6c552d8186.zip
zsh-workers/8372
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Src/system.h b/Src/system.h
index dbc387947..67f919bc8 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -632,3 +632,9 @@ extern short ospeed;
 #undef ESRCH
 #define ESRCH EINVAL
 #endif /* BROKEN_KILL_ESRCH */
+
+/* Can we do locale stuff? */
+#undef USE_LOCALE
+#if defined(CONFIG_LOCALE) && defined(HAVE_SETLOCALE) && defined(LC_ALL)
+# define USE_LOCALE 1
+#endif /* CONFIG_LOCALE && HAVE_SETLOCALE && LC_ALL */