Added the $HOME variable to be used in AFMPATH
[enscript.git] / src / mkafmmap.c
index e0c2ba2..7632e6e 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>