From 64e16d6c00a59fcff9681e032ac8dbec46d3e960 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 4 Jan 2006 14:45:16 +0000 Subject: Various changes getting ready for the release of 3.81. - Updates to make.texi and make.1 and other documentation - Some VMS patches - Fix minor bugs reported on the mailing list and from Debian. --- vmsify.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vmsify.c') diff --git a/vmsify.c b/vmsify.c index d8d3d85..7520a72 100644 --- a/vmsify.c +++ b/vmsify.c @@ -79,9 +79,11 @@ copyto (char **to, char **from, char upto, int as_dir) } else { +#ifdef HAVE_CASE_INSENSITIVE_FS if (isupper ((unsigned char)**from)) **to = tolower ((unsigned char)**from); else +#endif **to = **from; } (*to)++; -- cgit v1.2.3