Yattm - unified GTK instant-messaging client logo
   [Generated for version 0.2-17 - Mon Jan 6 19:01:23 GMT+1 2003]

Home - Main Page - Data Structures - File List - Data Fields - Globals

intl.h

Go to the documentation of this file.
00001 #ifndef __INTL_H__
00002 #define __INTL_H__
00003 
00004 #ifdef HAVE_CONFIG_H
00005 #   include <config.h>
00006 #endif
00007 
00008 #ifdef ENABLE_NLS
00009 #  include <libintl.h>
00010 #  define _(String) gettext(String)
00011 #  ifdef gettext_noop
00012 #    define N_(String) gettext_noop(String)
00013 #  else
00014 #    define N_(String) (String)
00015 #  endif /* gettext_noop */
00016 #else
00017 #  define _(String) (String)
00018 #  define N_(String) (String)
00019 #  define textdomain(String) (String)
00020 #  define gettext(String) (String)
00021 #  define dgettext(Domain,String) (String)
00022 #  define dcgettext(Domain,String,Type) (String)
00023 #  define bindtextdomain(Domain,Directory) (Domain) 
00024 #endif /* ENABLE_NLS */
00025 
00026 #endif /* __INTL_H__ */

Contact: Andy Maloney     [Documentation generated by doxygen]