(fnmatch): CPP rename to rk_fnmatch

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17103 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-20 16:24:15 +00:00
parent 52ad892d83
commit 9294d850a5

View File

@@ -42,6 +42,8 @@
#endif
#endif
#define fnmatch rk_fnmatch
#define FNM_NOMATCH 1 /* Match failed. */
#define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */