From cffef417bb9e0a231968c5fbadca8e5141a65083 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 26 Nov 1998 03:58:57 +0000 Subject: Internationalization support via GNU gettext(). svn path=/trunk/; revision=2208 --- acconfig.h | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index bed9dde3..d0f1c611 100644 --- a/acconfig.h +++ b/acconfig.h @@ -14,12 +14,27 @@ Leave the following blank line there!! Autoheader needs it. */ -/* Define if you have res_search available in your bind library */ -#undef HAVE_RES_SEARCH +/* 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 if you have herror available in your bind library */ #undef HAVE_HERROR +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Define if you have res_search available in your bind library */ +#undef HAVE_RES_SEARCH + +/* Define as 1 if you have the stpcpy function. */ +#undef HAVE_STPCPY + /* Define if your C compiler allows void * as a function result */ #undef HAVE_VOIDPOINTER @@ -53,6 +68,9 @@ /* Define if you have setrlimit */ #undef HAVE_SETRLIMIT +/* Define to the name of the distribution. */ +#undef PACKAGE + /* Compute an appropriate directory for PID lock files */ #undef PID_DIR @@ -94,6 +112,9 @@ /* Define if you want built-in SOCKS support */ #undef HAVE_SOCKS +/* Define to the version of the distribution. */ +#undef VERSION + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: -- cgit v1.2.3