X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_i18n.h;h=83da36989c9daff4dc6b0d41034afec02f52191a;hp=db5645531cc9c7b41f65972b3b2d16d7cbc59b66;hb=35354e059a77479a7a135c1e4fc71c76523fd7c4;hpb=e1c12d5c14b4a716ea999204cedb13e98466ff15 diff --git a/src/rrd_i18n.h b/src/rrd_i18n.h index db56455..83da369 100644 --- a/src/rrd_i18n.h +++ b/src/rrd_i18n.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3rc3 Copyright by Takao Fujiwara, 2008 + * RRDtool 1.3.0 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