X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_i18n.h;h=be2162fd8ce31f0b83b8c11dbc9c7f79d6808465;hb=46d2e915a9f864304ee107f9ea35a60b01d3e378;hp=d0c8ff29c708258fec9ae815a8cbc25dc3eba236;hpb=c208ca2237941e0390dafb6714b2e06f1f776394;p=rrdtool.git diff --git a/src/rrd_i18n.h b/src/rrd_i18n.h index d0c8ff2..be2162f 100644 --- a/src/rrd_i18n.h +++ b/src/rrd_i18n.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.19 Copyright by Takao Fujiwara, 2008 + * RRDtool 1.3rc7 Copyright by Takao Fujiwara, 2008 ***************************************************************************** * rrd_i18n.h Common Header File *****************************************************************************/ @@ -14,7 +14,7 @@ extern "C" { #ifndef _ /* This is for other GNU distributions with internationalized messages. When compiling libc, the _ macro is predefined. */ -#ifdef HAVE_LIBINTL_H +#if defined(HAVE_LIBINTL_H) && defined(BUILD_LIBINTL) # include #define _(String) gettext (String) #else