From: Jim Meyering Date: Tue, 30 Apr 2002 09:21:21 +0000 (+0000) Subject: (HAVE_SETLOCALE): Define to 0 if not defined. X-Git-Tag: SH-UTILS-2_0_12~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17d3a3e28c148a4bf9e74501b059853904e30fdb;p=thirdparty%2Fcoreutils.git (HAVE_SETLOCALE): Define to 0 if not defined. --- diff --git a/src/sys2.h b/src/sys2.h index 909b7d9b0c..6914a50433 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