1 /* glob_.h -- Find a path matching a pattern.
3 Copyright (C) 2005 Free Software Foundation, Inc.
5 Written by Derek Price <derek@ximbiot.com> & Paul Eggert <eggert@CS.UCLA.EDU>
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software Foundation,
19 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
24 #ifdef HAVE_SYS_CDEFS_H
25 # include <sys/cdefs.h>
31 # define __BEGIN_DECLS
39 # define __size_t size_t
42 # define __const const
45 # define __restrict restrict
53 # define dirent direct
57 #define globfree rpl_globfree
58 #define glob_pattern_p rpl_glob_pattern_p
60 #define __GLOB_GNULIB 1
62 /* Now the standard GNU C Library header should work. */
63 #include "glob-libc.h"