From 87a22d2be06c07830995651405ddf69421ba8bdd Mon Sep 17 00:00:00 2001 From: kevind Date: Thu, 27 Jan 2000 03:30:38 +0000 Subject: [PATCH] * acconfig.h: added internationalization. --- acconfig.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/acconfig.h b/acconfig.h index bacda75..c0235ef 100644 --- a/acconfig.h +++ b/acconfig.h @@ -58,3 +58,18 @@ /* Define to `unsigned long' or `unsigned long long' if doesn't define. */ #undef uintmax_t + +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* 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 -- 2.11.4.GIT