summaryrefslogtreecommitdiff
path: root/config.h-vms.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2011-06-12 16:22:04 +0000
committerPaul Smith <psmith@gnu.org>2011-06-12 16:22:04 +0000
commitb06b8c64a29a5ba3a8daecd829fa2f98d42cb285 (patch)
tree10c7d1ee47a4623db259a56152f9c33e97311161 /config.h-vms.template
parentf15efca8112bc2cd4f120a64fcc3aa4fa70a871e (diff)
downloadgunmake-b06b8c64a29a5ba3a8daecd829fa2f98d42cb285.tar.gz
Fix another error related to whitespace handling in archives.
Newer version of VMS support strncasecmp() so update the config.h.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r--config.h-vms.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h-vms.template b/config.h-vms.template
index 337e234..cf9d5e4 100644
--- a/config.h-vms.template
+++ b/config.h-vms.template
@@ -110,6 +110,11 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if you have the strcoll function and it is properly defined. */
/* #undef HAVE_STRCOLL */
+/* Define to 1 if you have the strncasecmp' function. */
+#if __CRTL_VER >= 70000000
+#define HAVE_STRNCASECMP 1
+#endif
+
/* Define to 1 if your struct stat has st_rdev. */
/* #undef HAVE_ST_RDEV */