Fix Savannah bug #19656: rationalize our use of case-insensitive string
authorPaul Smith <psmith@gnu.org>
Wed, 9 May 2007 02:01:53 +0000 (02:01 +0000)
committerPaul Smith <psmith@gnu.org>
Wed, 9 May 2007 02:01:53 +0000 (02:01 +0000)
commit52ebc531ce68b369594267a716e93f53720c8f1b
tree3404b1e3f513b67dd501f252d2aea327c06ca03b
parent891409f2126f8abfd64f28fe82f546d716c671e2
Fix Savannah bug #19656: rationalize our use of case-insensitive string
comparison functions to always use POSIX strcasecmp().  For non-POSIX
systems that use other functions (strcmpi or stricmp) use a macro to alias
strcasecmp to those.  If we can't find any of them (VMS, plus whatever
UNIX doesn't have them) then define our own version in misc.c.
14 files changed:
ChangeLog
acinclude.m4
config.ami.template
config.h-vms.template
config.h.W32.template
configh.dos.template
configure.in
function.c
hash.h
job.c
main.c
make.h
misc.c
vmsfunctions.c