From 860acaebec6b57ce27e244cc02a58e6651a4b6c3 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 3 May 1999 07:29:06 +0000 Subject: Initial revision --- intl/acconfig.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 intl/acconfig.h (limited to 'intl/acconfig.h') diff --git a/intl/acconfig.h b/intl/acconfig.h new file mode 100644 index 00000000000..70f81f80898 --- /dev/null +++ b/intl/acconfig.h @@ -0,0 +1,14 @@ +/* Define to 1 if NLS is requested. */ +#undef ENABLE_NLS + +/* Define as 1 if you have catgets and don't want to use GNU gettext. */ +#undef HAVE_CATGETS + +/* Define as 1 if you have gettext and don't want to use GNU gettext. */ +#undef HAVE_GETTEXT + +/* Define as 1 if you have the stpcpy function. */ +#undef HAVE_STPCPY + +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES -- cgit v1.2.1