X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=system.h;h=1e2f4aa4d3346ec864c252202f50cbc790c22ea8;hb=aa5cb9218724b9d3ee190b9b9c236991b8aca411;hp=104eaaa4d09269d040d76211fb999d4c90a3584b;hpb=7d12cbb6e6acebbe8f9bcab75f5ec878a3360eb9;p=tinc diff --git a/system.h b/system.h index 104eaaa4..1e2f4aa4 100644 --- a/system.h +++ b/system.h @@ -138,9 +138,9 @@ typedef int bool; /* Include localisation support */ -#if 0 +#include "support/gettext.h" -#include "gettext.h" +#if 0 #ifndef HAVE_STRSIGNAL # define strsignal(p) "" @@ -152,8 +152,6 @@ typedef int bool; #endif -#define _(a) a - #ifndef HAVE_SOCKLEN_T typedef int socklen_t; #endif