Use gettext.h instead of own libintl.h include.
[enscript.git] / src / gsint.h
index 0d57a516cbc772b5625e98e97fcd55d9244fd841..3c2527ade2924e0de87f28e099b8012087da505f 100644 (file)
@@ -103,12 +103,8 @@ extern double atan2 ___P ((double, double));
 #include "dummypwd.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>