view modules/fnmatch @ 4275:e272bc901785

New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
author Bruno Haible <bruno@clisp.org>
date Thu, 03 Apr 2003 18:35:07 +0000
parents 3ccc6d0d52bb
children 4bf5f9b5190a
line wrap: on
line source

Description:
GNU fnmatch() implementation.

Files:
lib/fnmatch_.h
lib/fnmatch.c
lib/fnmatch_loop.c
m4/mbstate_t.m4
m4/fnmatch.m4

Depends-on:
alloca

configure.ac:
# No macro. You should also use one of fnmatch-posix or fnmatch-gnu.

Makefile.am:
lib_SOURCES += fnmatch_.h
EXTRA_DIST += fnmatch_loop.c
DISTCLEANFILES += fnmatch.h

Include:
<fnmatch.h>

Maintainer:
all, glibc