passthrough.test: Use sed instead of tail.
[enscript.git] / src / mkafmmap.c
index e0c2ba2e80e1d012595065179e7d2a147dc14d78..7632e6ecad140ab36294092cdd22723694963961 100644 (file)
 #include <string.h>
 #endif
 
-#if ENABLE_NLS
-#include <libintl.h>
+#include "gettext.h"
 #define _(String) gettext (String)
-#else
-#define _(String) String
-#endif
 
 #if HAVE_LC_MESSAGES
 #include <locale.h>