|
|
| version 1.39, 2011/01/15 14:25:22 | version 1.40, 2011/01/15 14:37:09 |
|---|---|
| Line 33 | Line 33 |
| #include "config.h" | #include "config.h" |
| #endif | #endif |
| #ifdef ENABLE_NLS | |
| #include <libintl.h> | |
| #define _(s) gettext(s) | |
| #ifdef gettext_noop | |
| #define N_(s) gettext_noop(s) | |
| #else | |
| #define N_(s) (s) | |
| #endif | |
| #else /* !ENABLE_NLS */ | |
| #define _(s) (s) | |
| #define N_(s) (s) | |
| #define textdomain(s) (s) | |
| #define gettext(s) (s) | |
| #define dgettext(d,s) (s) | |
| #define dcgettext(d,s,t) (s) | |
| #define bindtextdomain(d,dir) (d) | |
| #define bind_textdomain_codeset(d,c) (c) | |
| #endif /* ENABLE_NLS */ | |
| #ifdef WORDS_BIGENDIAN | #ifdef WORDS_BIGENDIAN |
| #define BYTESEX_BIG | #define BYTESEX_BIG |
| #else /* !WORDS_BIGENDIAN */ | #else /* !WORDS_BIGENDIAN */ |