1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Forgot to commit for the nl_langinfo()

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@915 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-12-02 05:03:01 +00:00 committed by cras
parent fda66b542c
commit 800ee1ea9a

View File

@ -10,6 +10,12 @@
# else # else
# define N_(String) (String) # define N_(String) (String)
# endif # endif
# ifdef HAVE_LANGINFO_H
# include <langinfo.h>
# else
# define nl_langinfo(x) x
# define YESEXPR 'Y'
# endif
#else #else
/* Stubs that do something close enough. */ /* Stubs that do something close enough. */
# define textdomain(String) (String) # define textdomain(String) (String)