LiVES 1.3.11-svn
src/support.h
Go to the documentation of this file.
00001 // support.h
00002 // LiVES
00003 // portions of this file were auto-generated by glade, the remainder is (c) G. Finch (salsaman)
00004 
00005 // released under the GNU GPL 3 or later
00006 // see file ../COPYING or www.gnu.org for licensing details
00007 
00008 #ifdef HAVE_CONFIG_H
00009 #  include <config.h>
00010 #endif
00011 
00012 #include <gtk/gtk.h>
00013 
00014 /*
00015  * Standard gettext macros.
00016  */
00017 #ifdef ENABLE_NLS
00018 
00019 gchar *trString;
00020 gchar *translate(const char *String);
00021 
00022 #  include <libintl.h>
00023 #  undef _
00024 #  define _(String) (translate(String))
00025 #  ifdef gettext_noop
00026 #    define N_(String) gettext_noop (String)
00027 #  else
00028 #    define N_(String) (String)
00029 #  endif
00030 #else
00031 #  define textdomain(String) (String)
00032 #  define gettext(String) (String)
00033 #  define dgettext(Domain,Message) (Message)
00034 #  define dcgettext(Domain,Message,Type) (Message)
00035 #  define bindtextdomain(Domain,Directory) (Domain)
00036 #  define _(String) (String)
00037 #  define N_(String) (String)
00038 #endif
00039 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines