Gettext 1.11.5 compatibility.

This commit is contained in:
Guus Sliepen 2002-08-24 12:11:40 +00:00
parent 18948c5784
commit 912e7e968f
14 changed files with 209 additions and 188 deletions

View file

@ -32,15 +32,7 @@ void *realloc ();
void free ();
#endif
#if ENABLE_NLS
# include <libintl.h>
# define _(Text) gettext (Text)
#else
# define textdomain(Domain)
# define _(Text) Text
#endif
#define N_(Text) Text
#include "gettext.h"
#include "xalloc.h"
#ifndef EXIT_FAILURE