diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-12 22:50:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-12 22:50:20 +0200 |
commit | cf72939296bf30c0859d5ebacd956f81ef95260e (patch) | |
tree | 8036e15223e3ca4bf9815840b67e72a7b5e2d18b /vms/vms-conf.h | |
parent | afc74b0e2eaf10d493f3fc346a08a7794f46c64b (diff) | |
download | egawk-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.h | 3 |
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. |