Changed all of the proprietary strucmp() and struncmp() calls to the more
authorArt Cancro <ajc@citadel.org>
Thu, 30 Jul 1998 00:50:11 +0000 (00:50 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 30 Jul 1998 00:50:11 +0000 (00:50 +0000)
commit67fdaae3e1809b44c9087d8118ee2c8c5ecd4851
tree3fbfc79d7b2d456eb83c38a203b0385876288a22
parent919c4821dad5a23231b17e30e5c0ea20eee29860
Changed all of the proprietary strucmp() and struncmp() calls to the more
standardized strcasecmp() and strncasecmp(), EXCEPT in the client.  The client
was left alone in order to allow it to be more portable -- strcasecmp() is
on most systems these days, but it's still not universal.
16 files changed:
citadel/citadel.h
citadel/citmail.c
citadel/citserver.c
citadel/cux2ascii.c
citadel/file_ops.c
citadel/internetmail.c
citadel/mailinglist.c
citadel/msgbase.c
citadel/netmailer.c
citadel/netproc.c
citadel/netsetup.c
citadel/rcit.c
citadel/room_ops.c
citadel/serv_chat.c
citadel/support.c
citadel/user_ops.c