]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(HAVE_SETLOCALE): Define to 0 if not defined.
authorJim Meyering <jim@meyering.net>
Tue, 30 Apr 2002 09:21:21 +0000 (09:21 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 30 Apr 2002 09:21:21 +0000 (09:21 +0000)
src/sys2.h

index 909b7d9b0c0dce3088f9d8bb8c0799e4c11db652..6914a504338275d5a3ade0d6eb395674a1723cb7 100644 (file)
@@ -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