aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vms-conf.h
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/vms-conf.h
parentafc74b0e2eaf10d493f3fc346a08a7794f46c64b (diff)
downloadegawk-cf72939296bf30c0859d5ebacd956f81ef95260e.tar.gz
egawk-cf72939296bf30c0859d5ebacd956f81ef95260e.tar.bz2
egawk-cf72939296bf30c0859d5ebacd956f81ef95260e.zip
VMS fix. Start indexing fixes in doc.
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r--vms/vms-conf.h3
1 files changed, 3 insertions, 0 deletions
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.