Fix Savannah bug #19656: rationalize our use of case-insensitive string
commitf1d640653851adb2199e7232ddce873ba3e9877a
authorpsmith <psmith>
Wed, 9 May 2007 02:01:53 +0000 (9 02:01 +0000)
committerpsmith <psmith>
Wed, 9 May 2007 02:01:53 +0000 (9 02:01 +0000)
tree44b7ca20bf5d4efe9286553bdf3fe63a43147b4f
parenta6ef72c35ae7709bd97f3898db17bcd9a091f260
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