diff options
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 18 |
1 files changed, 18 insertions, 0 deletions
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 */ |