X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_i18n.h;h=9f640eff180b3ed02ed1c712206f9a7122393743;hb=6d15811a93ba1a0c5271c525584a3fb5a35ba76f;hp=16e1e16f78fd7e96cf0f11aa13fb895ab179409c;hpb=3d068765c6b6c8d096e0692f22e5b5e407948b54;p=rrdtool.git diff --git a/src/rrd_i18n.h b/src/rrd_i18n.h index 16e1e16..9f640ef 100644 --- a/src/rrd_i18n.h +++ b/src/rrd_i18n.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3rc2 Copyright by Takao Fujiwara, 2008 + * RRDtool 1.3.2 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