aboutsummaryrefslogtreecommitdiffstats
path: root/vms/generate_config_vms_h_gawk.com
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-30 21:52:45 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-30 21:52:45 +0200
commitdad5f25058c4ecf69ebe4543a13281d3f28c69bc (patch)
tree8febb68d715ea8a08ed0da2955b5b780d6613500 /vms/generate_config_vms_h_gawk.com
parentcbd2cf7f926f960fab1b5004e42c35515c1c8d9f (diff)
downloadegawk-dad5f25058c4ecf69ebe4543a13281d3f28c69bc.tar.gz
egawk-dad5f25058c4ecf69ebe4543a13281d3f28c69bc.tar.bz2
egawk-dad5f25058c4ecf69ebe4543a13281d3f28c69bc.zip
Build and test dynamic extensions on VMS. Documented too.
Diffstat (limited to 'vms/generate_config_vms_h_gawk.com')
-rw-r--r--vms/generate_config_vms_h_gawk.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/vms/generate_config_vms_h_gawk.com b/vms/generate_config_vms_h_gawk.com
index 03ad2015..3a02fdfe 100644
--- a/vms/generate_config_vms_h_gawk.com
+++ b/vms/generate_config_vms_h_gawk.com
@@ -135,7 +135,9 @@ $ write cvh "#pragma message disable (LONGDOUBLENYI)"
$ write cvh "#endif"
$!
$! This stuff seems needed for VMS 7.3 and earlier, but not VMS 8.2+
+$! Need some more data as to which versions these issues are fixed in.
$ write cvh "#if __VMS_VER <= 80200000"
+$! mkstemp goes into an infinte loop in gawk in VAX/VMS 7.3
$ write cvh "#ifdef HAVE_MKSTEMP"
$ write cvh "#undef HAVE_MKSTEMP"
$ write cvh "#endif"