Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#ifndef __HACKED_FNMATCH_INCLUDED
2
#define __HACKED_FNMATCH_INCLUDED
3
 
4
#include_next <fnmatch.h>
5
 
6
#ifdef FNM_NOSYS
7
#undef FNM_NOSYS
8
#define FNM_NOSYS	4
9
#endif
10
 
11
#endif