aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-12 22:50:20 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-12 22:50:20 +0200
commitcf72939296bf30c0859d5ebacd956f81ef95260e (patch)
tree8036e15223e3ca4bf9815840b67e72a7b5e2d18b /vms
parentafc74b0e2eaf10d493f3fc346a08a7794f46c64b (diff)
downloadegawk-cf72939296bf30c0859d5ebacd956f81ef95260e.tar.gz
egawk-cf72939296bf30c0859d5ebacd956f81ef95260e.tar.bz2
egawk-cf72939296bf30c0859d5ebacd956f81ef95260e.zip
VMS fix. Start indexing fixes in doc.
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.