summaryrefslogtreecommitdiff
path: root/config.h-vms.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-02-05 07:50:47 +0000
committerPaul Smith <psmith@gnu.org>2000-02-05 07:50:47 +0000
commit9cfb702096de2f6e54a93cbba411d377dd364b31 (patch)
tree46bec7ceab500e7b088994e773d336d5c1f89915 /config.h-vms.template
parentab403eccb399ad0f7240cd9849e81590724cff26 (diff)
downloadmake-9cfb702096de2f6e54a93cbba411d377dd364b31.tar.gz
* Updates for VMS, Windows, and DOS ports.
* Clean up some warnings.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r--config.h-vms.template18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h-vms.template b/config.h-vms.template
index 67b94478..2d060bb5 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 */