]> git.meshlink.io Git - catta/blobdiff - avahi-common/i18n.h
forgot to pull the publish_no_reverse change to the example.
[catta] / avahi-common / i18n.h
index e246736adbe45054b662b496cd1b35f758859a41..f46931de40beab50ee1d622c17886b2f3edf1c40 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef fooi18nhfoo
 #define fooi18nhfoo
 
-/* $Id$ */
-
 /***
   This file is part of avahi.
 
   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 <libintl.h>
 
 #define _(String) dgettext(GETTEXT_PACKAGE, String)