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
commit67dd56050ce098744ba739937278ae6c8b55b390 (patch)
tree10c7d1ee47a4623db259a56152f9c33e97311161 /config.h-vms.template
parent469aaf53f3bc56d66c9e74aab9a40d2d5a053468 (diff)
downloadmake-67dd56050ce098744ba739937278ae6c8b55b390.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 337e2345..cf9d5e41 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 */