Subversion Repositories tendra.SVN

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __HACKED_FNMATCH_INCLUDED
#define __HACKED_FNMATCH_INCLUDED

#include_next <fnmatch.h>

#ifdef FNM_NOSYS
#undef FNM_NOSYS
#define FNM_NOSYS       4
#endif

#endif