X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fxmalloc.c;h=e7541bddeefb4f40f72eae67da7670a735470a1e;hp=e1ab3140b79e08c5b2c0077deb564afe041b2c2d;hb=dced64c5c3625f6d2f0674e9fed14455aabc635e;hpb=462ab530e546f5732dfd51134751da6f6910d679 diff --git a/lib/xmalloc.c b/lib/xmalloc.c index e1ab3140..e7541bdd 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -32,15 +32,7 @@ void *realloc (); void free (); #endif -#if ENABLE_NLS -# include -# 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