From 800ee1ea9a7278ae0fa57d7db710398ede74fe59 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 2 Dec 2000 05:03:01 +0000 Subject: [PATCH] Forgot to commit for the nl_langinfo() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@915 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/nls.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/nls.h b/src/nls.h index dc52d62c..c01f8e60 100644 --- a/src/nls.h +++ b/src/nls.h @@ -10,6 +10,12 @@ # else # define N_(String) (String) # endif +# ifdef HAVE_LANGINFO_H +# include +# else +# define nl_langinfo(x) x +# define YESEXPR 'Y' +# endif #else /* Stubs that do something close enough. */ # define textdomain(String) (String)