X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_getopt.c;h=b389aaa53391281f49daba5df73c0918ac358bc9;hp=706a67ab8b3ec3fbd8f781ec85bf0639ef2109db;hb=299d1636596a1911659e0a53bfad5c47e72835e0;hpb=c1a96caa82a48ed49a02c92e9d79e93b95ef3b06 diff --git a/src/rrd_getopt.c b/src/rrd_getopt.c index 706a67a..b389aaa 100644 --- a/src/rrd_getopt.c +++ b/src/rrd_getopt.c @@ -34,6 +34,8 @@ #include "../rrd_config.h" #endif +#include "rrd_i18n.h" + #if !defined (__STDC__) || !__STDC__ /* This is a separate conditional since some stdc systems reject `defined (const)'. */ @@ -85,17 +87,6 @@ #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 - /* This version of `getopt' appears to the caller like standard Unix `getopt' but it behaves differently for the user, since it allows the user to intersperse the options with the other arguments.