Use gettext.h instead of own libintl.h include.
[enscript.git] / states / defs.h
index a5cd54d0fdd6e924f55ad43d724f9950017b8f94..2808900a67698ce14c419881e12b2217f0fcbccb 100644 (file)
@@ -94,12 +94,8 @@ extern void *memcpy ___P ((void *, void *, size_t));
 #include <sys/stat.h>
 #endif
 
 #include <sys/stat.h>
 #endif
 
-#if ENABLE_NLS
-#include <libintl.h>
+#include "gettext.h"
 #define _(String) gettext (String)
 #define _(String) gettext (String)
-#else
-#define _(String) String
-#endif
 
 #if HAVE_LC_MESSAGES
 #include <locale.h>
 
 #if HAVE_LC_MESSAGES
 #include <locale.h>