summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-30 09:21:21 +0000
committerJim Meyering <jim@meyering.net>2002-04-30 09:21:21 +0000
commit17d3a3e28c148a4bf9e74501b059853904e30fdb (patch)
tree81e9465d6483467fdd00eb278461b92d558a1bba /src
parent20ee294371535b0d84e2db05ea25570277eb770d (diff)
downloadcoreutils-17d3a3e28c148a4bf9e74501b059853904e30fdb.tar.xz
(HAVE_SETLOCALE): Define to 0 if not defined.
Diffstat (limited to 'src')
-rw-r--r--src/sys2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sys2.h b/src/sys2.h
index 909b7d9b0..6914a5043 100644
--- a/src/sys2.h
+++ b/src/sys2.h
@@ -269,6 +269,10 @@ char *alloca ();
#define _(msgid) gettext (msgid)
#define N_(msgid) msgid
+#ifndef HAVE_SETLOCALE
+# define HAVE_SETLOCALE 0
+#endif
+
#define STREQ(a, b) (strcmp ((a), (b)) == 0)
#if !HAVE_DECL_FREE