mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02: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:
parent
fda66b542c
commit
800ee1ea9a
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@
|
|||
# else
|
||||
# define N_(String) (String)
|
||||
# endif
|
||||
# ifdef HAVE_LANGINFO_H
|
||||
# include <langinfo.h>
|
||||
# else
|
||||
# define nl_langinfo(x) x
|
||||
# define YESEXPR 'Y'
|
||||
# endif
|
||||
#else
|
||||
/* Stubs that do something close enough. */
|
||||
# define textdomain(String) (String)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue