1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

release 0.2.3

This commit is contained in:
Werner Koch 1998-02-09 17:43:42 +00:00
parent b18d1107ec
commit d6fa02add6
41 changed files with 464 additions and 110 deletions

View file

@ -21,12 +21,8 @@
#ifndef G10_I18N_H
#define G10_I18N_H
#ifdef ENABLE_NLS
#ifdef HAVE_LIBINTL_H
#ifdef HAVE_LIBINTL
#include <libintl.h>
#else
#include "../intl/libintl.h"
#endif
#define _(a) gettext (a)
#ifdef gettext_noop
#define N_(a) gettext_noop (a)