Initial revision
authorewt <devnull@localhost>
Thu, 12 Dec 1996 03:44:29 +0000 (03:44 +0000)
committerewt <devnull@localhost>
Thu, 12 Dec 1996 03:44:29 +0000 (03:44 +0000)
CVS patchset: 1234
CVS date: 1996/12/12 03:44:29

misc/intl.h [new file with mode: 0644]

diff --git a/misc/intl.h b/misc/intl.h
new file mode 100644 (file)
index 0000000..3e2a548
--- /dev/null
@@ -0,0 +1,9 @@
+/* Dummy header for libintl.h */
+
+#ifdef HAVE_LIBINTL_H
+#include <libintl.h>
+#define _(String) gettext((String))
+#else
+#define _(String) (String)
+#endif
+