1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(HAVE_SETLOCALE): Define to 0 if not defined.

This commit is contained in:
Jim Meyering
2002-04-30 09:21:21 +00:00
parent 20ee294371
commit 17d3a3e28c

View 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