From d052b5a90cbc938db9344959668e8248b7f43019 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 30 Jul 2001 20:57:59 +0000 Subject: [PATCH] another missing file --- WINGs/wconfig.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 WINGs/wconfig.h diff --git a/WINGs/wconfig.h b/WINGs/wconfig.h new file mode 100644 index 00000000..c9a64428 --- /dev/null +++ b/WINGs/wconfig.h @@ -0,0 +1,18 @@ + + +#ifndef WINGS_CONFIG_H_ +#define WINGS_CONFIG_H_ + + +#include "../src/config.h" + +#if defined(HAVE_LIBINTL_H) && defined(I18N) +# include +# define _(text) dgettext("WINGs", text) +#else +# define _(text) (text) +#endif + + +#endif /* WINGS_CONFIG_H_ */ +