X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fgetopt.c;h=264a11be17227b1926536a8821e39fa42ed94e07;hp=300f86de3ebd98045ee611d537a84387df4c10fd;hb=912e7e968f4888d62b3c620893a70e825599973b;hpb=88a8826cf72297a784d597ba5a2b47058e1faf72 diff --git a/lib/getopt.c b/lib/getopt.c index 300f86de..264a11be 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -85,16 +85,7 @@ USA. */ #define getpid() GetCurrentProcessId() #endif -#ifndef _ -/* This is for other GNU distributions with internationalized messages. - When compiling libc, the _ macro is predefined. */ -#ifdef HAVE_LIBINTL_H -# include -# define _(msgid) gettext (msgid) -#else -# define _(msgid) (msgid) -#endif -#endif +#include "gettext.h" /* This version of `getopt' appears to the caller like standard Unix `getopt' but it behaves differently for the user, since it allows the user