Provide a version of stricmp() and strnicmp() for Mac OS, which doesn't have
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 4 Jan 2003 17:24:49 +0000 (17:24 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 4 Jan 2003 17:24:49 +0000 (17:24 +0000)
commit151408b19a62fac5ad8e8ed2ac702d79de058fec
tree4fc624ed602c7c076e737164aa77b6361ecf0f56
parent616a115c22fad66bd51e9b99ac5108c6923eaef8
Provide a version of stricmp() and strnicmp() for Mac OS, which doesn't have
its own.  These are from NetBSD's libc, and have a standard (now 3-clause)
Berkeley licence.

Also provide a definition of DWORD and a better definition of BYTE.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2449 cda61777-01e9-0310-a592-d414129be87e
mac/mac.h
mac/stricmp.c [new file with mode: 0644]