1#if !defined ISO && !defined ISO99 && !defined ISO11 2constant FNM_NOMATCH 3constant FNM_PATHNAME 4constant FNM_PERIOD 5constant FNM_NOESCAPE 6#if !defined POSIX && !defined XOPEN2K8 && !defined POSIX2008 7constant FNM_NOSYS 8#endif 9 10function int fnmatch (const char*, const char*, int) 11 12allow FNM_* 13allow *_t 14#endif 15