aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms')
-rw-r--r--vms/ChangeLog4
-rw-r--r--vms/vms-conf.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index 2a9f92af..52f450b6 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 12 21:45:55 2011 Arnold Robbins <arnold@skeeve.com>
+
+ * vms_conf.h: Add define for HAVE_STRCOLL.
+
Sat Nov 6 16:33:01 2010 Pat Rankin <rankin@pactechdata.com>
* redirect.h, vms.h: Drop use of P() macro in function prototypes.
diff --git a/vms/vms-conf.h b/vms/vms-conf.h
index 110c73f2..2a890760 100644
--- a/vms/vms-conf.h
+++ b/vms/vms-conf.h
@@ -564,6 +564,9 @@
*/
#define PIPES_SIMULATED 1
+/* Define to 1 if you have the `strcoll' function. */
+#define HAVE_STRCOLL 1
+
/*
* VAXCRTL is pre-ANSI and does some variations of numeric formatting
* differently than gawk expects.