Comment out include of libintl.h or gettext.h.
This commit is contained in:
parent
8ef065c4db
commit
d262de61ff
1 changed files with 2 additions and 0 deletions
|
|
@ -75,12 +75,14 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#ifdef _LIBC
|
||||
# include <libintl.h>
|
||||
#else
|
||||
/* This is for other GNU distributions with internationalized messages. */
|
||||
# include "gettext.h"
|
||||
#endif
|
||||
#endif
|
||||
#define _(msgid) gettext (msgid)
|
||||
|
||||
#if defined _LIBC && defined USE_IN_LIBIO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue