Oops, remove FNM_NOCASE alias: really I can't remember any system

with this define, it was ftpd-inspired.
This commit is contained in:
Andrey A. Chernov 1997-01-02 19:05:16 +00:00
parent 6714d73596
commit 791a338bdb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21229

View File

@ -44,7 +44,6 @@
#ifndef _POSIX_SOURCE
#define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
#define FNM_CASEFOLD 0x10 /* Case insensitive search. */
#define FNM_NOCASE FNM_CASEFOLD
#define FNM_IGNORECASE FNM_CASEFOLD
#endif