From owner-cvs-include Sun Oct 27 15:18:09 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA24255 for cvs-include-outgoing; Sun, 27 Oct 1996 15:18:09 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA24099; Sun, 27 Oct 1996 15:15:48 -0800 (PST) Received: from campa.panke.de (anonymous215.ppp.cs.tu-berlin.de [130.149.17.215]) by mail.cs.tu-berlin.de (8.6.13/8.6.12) with ESMTP id XAA24316; Sun, 27 Oct 1996 23:55:31 +0100 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id XAA08448; Sun, 27 Oct 1996 23:29:44 +0100 Date: Sun, 27 Oct 1996 23:29:44 +0100 From: Wolfram Schneider Message-Id: <199610272229.XAA08448@campa.panke.de> To: "Andrey A. Chernov" Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-include@freefall.freebsd.org Subject: cvs commit: src/include fnmatch.h In-Reply-To: <199610231642.JAA26161@freefall.freebsd.org> References: <199610231642.JAA26161@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Andrey A. Chernov writes: >ache 96/10/23 09:42:38 > > Modified: include fnmatch.h > Log: > GNU-style changes: > 1) Rename FNM_ICASE to FNM_CASEFOLD BTW, SunOS 5.5 use the name FNM_IGNORECASE. Should we define an alias for compatibility? E.g. #define FNM_IGNORECASE FNM_CASEFOLD /* compatibility for SunOS 5.5 */ Wolfram /usr/include/fnmatch.h: /* * Copyright (c) 1994 by Sun Microsystems, Inc. * Copyright 1985, 1994 by Mortice Kern Systems Inc. All rights reserved. */ #define FNM_IGNORECASE 0x08 /* Ignore case when making comparisons */