From 791a338bdbdbefc05fe4a141f369d314b54298a1 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 2 Jan 1997 19:05:16 +0000 Subject: [PATCH] Oops, remove FNM_NOCASE alias: really I can't remember any system with this define, it was ftpd-inspired. --- include/fnmatch.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fnmatch.h b/include/fnmatch.h index 2cf71d148383..2037f1c57774 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -44,7 +44,6 @@ #ifndef _POSIX_SOURCE #define FNM_LEADING_DIR 0x08 /* Ignore / after Imatch. */ #define FNM_CASEFOLD 0x10 /* Case insensitive search. */ -#define FNM_NOCASE FNM_CASEFOLD #define FNM_IGNORECASE FNM_CASEFOLD #endif