From b06b8c64a29a5ba3a8daecd829fa2f98d42cb285 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 12 Jun 2011 16:22:04 +0000 Subject: Fix another error related to whitespace handling in archives. Newer version of VMS support strncasecmp() so update the config.h. --- config.h-vms.template | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.h-vms.template') 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 . */ /* 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 */ -- cgit v1.2.3