diff options
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -40,6 +40,13 @@ Boston, MA 02111-1307, USA. */ #endif /* C++ or ANSI C. */ +/* For now, set gettext macro to a no-op. */ +#undef _ +#undef N_ +#define _(s) s +#define N_(s) s + + #ifdef CRAY /* This must happen before #include <signal.h> so that the declaration therein is changed. */ |