From 90f23f1ea6e436d681db81aa80edb7a763de2b12 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 5 Feb 2000 07:50:47 +0000 Subject: * Updates for VMS, Windows, and DOS ports. * Clean up some warnings. --- config.h-vms.template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'config.h-vms.template') diff --git a/config.h-vms.template b/config.h-vms.template index 67b9447..2d060bb 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -16,6 +16,24 @@ #define alloca(n) __ALLOCA(n) #endif +/* Define to 1 if NLS is requested. */ +/* #undef ENABLE_NLS */ + +/* Define as 1 if you have dcgettext. */ +/* #undef HAVE_DCGETTEXT */ + +/* Define as 1 if you have gettext and don't want to use GNU gettext. */ +/* #undef HAVE_GETTEXT */ + +/* Define if your locale.h file contains LC_MESSAGES. */ +/* #undef HAVE_LC_MESSAGES */ + +/* Define to the installation directory for locales. */ +#define LOCALEDIR "" + +/* Define as 1 if you have the stpcpy function. */ +/* #undef HAVE_STPCPY */ + /* Define if the closedir function returns void instead of int. */ /* #undef CLOSEDIR_VOID */ -- cgit v1.2.3