X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fi18n.h;h=f46931de40beab50ee1d622c17886b2f3edf1c40;hb=da70d824d064c975755a7f7992a03831d5c80555;hp=e246736adbe45054b662b496cd1b35f758859a41;hpb=bb8bd5490a71bc77570653cf53be88edd37679e3;p=catta diff --git a/avahi-common/i18n.h b/avahi-common/i18n.h index e246736..f46931d 100644 --- a/avahi-common/i18n.h +++ b/avahi-common/i18n.h @@ -1,8 +1,6 @@ #ifndef fooi18nhfoo #define fooi18nhfoo -/* $Id$ */ - /*** This file is part of avahi. @@ -22,12 +20,12 @@ USA. ***/ +#ifdef ENABLE_NLS + #if !defined(GETTEXT_PACKAGE) #error "Something is very wrong here, config.h needs to be included first" #endif -#ifdef ENABLE_NLS - #include #define _(String) dgettext(GETTEXT_PACKAGE, String)