home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2002 April
/
pcpro0402.iso
/
essentials
/
graphics
/
Gimp
/
gimp-src-20001226.exe
/
src
/
gimp
/
plug-ins
/
perl
/
perl-intl.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-09-13
|
305 b
|
18 lines
#ifndef ENABLE_NLS
# ifdef HAVE_LIBINTL_H
# define ENABLE_NLS
# endif
#endif
#ifdef ENABLE_NLS
# include <libintl.h>
#else
# define gettext(s) (s)
# define dgettext(d,s) (s)
# define textdomain(d) (d)
# define bindtextdomain(d,p) (p)
#endif
#define __(s) gettext (s)
#define N_(s) (s)