This commit is contained in:
Jordan K. Hubbard 2003-12-17 02:54:29 +00:00
parent dee551158f
commit be4a5e8916
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123585

View File

@ -45,6 +45,8 @@
#define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
#define FNM_PERIOD 0x04 /* Period must be matched by period. */
#define FNM_NOSYS -1 /* Reserved */
#if __BSD_VISIBLE
#define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
#define FNM_CASEFOLD 0x10 /* Case insensitive search. */