X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_i18n.h;h=9f640eff180b3ed02ed1c712206f9a7122393743;hp=8e6fcea748ed86afa76c0c00720e8ed7173e33f9;hb=d4110e29da41ce702bcc3327e86768c6f266915e;hpb=27d41147a8f450c87dd5fb94de0571a5f2f370b7 diff --git a/src/rrd_i18n.h b/src/rrd_i18n.h index 8e6fcea..9f640ef 100644 --- a/src/rrd_i18n.h +++ b/src/rrd_i18n.h @@ -1,10 +1,10 @@ /***************************************************************************** - * RRDtool 1.2.19 Copyright by Takao Fujiwara, 2008 + * RRDtool 1.3.2 Copyright by Takao Fujiwara, 2008 ***************************************************************************** * rrd_i18n.h Common Header File *****************************************************************************/ #ifdef __cplusplus -extern "C" { +extern "C" { #endif @@ -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