X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fgettext.h;h=a90740315a0a9604e1230b909d0c41daac6aab37;hp=ad29e0ab4986e9e5bc9dd965635c82c2b3d28e15;hb=e8f08ced76bf1b9a94dd0dc874ad22761ad8900b;hpb=912e7e968f4888d62b3c620893a70e825599973b diff --git a/lib/gettext.h b/lib/gettext.h index ad29e0ab..a9074031 100644 --- a/lib/gettext.h +++ b/lib/gettext.h @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -24,6 +24,7 @@ /* Get declarations of GNU message catalog functions. */ # include +# include /* Shorthand notation */ @@ -60,6 +61,7 @@ # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset)) # define _(Text) Text +# define setlocale(Category, Locale) ((const char *) (Locale)) #endif