xref: /aosp_15_r20/external/ltp/include/lapi/fnmatch.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker // SPDX-License-Identifier: GPL-2.0-or-later
2*49cdfc7eSAndroid Build Coastguard Worker /*
3*49cdfc7eSAndroid Build Coastguard Worker  * Copyright (c) 2018 Linaro Limited. All rights reserved.
4*49cdfc7eSAndroid Build Coastguard Worker  * Author: Rafael David Tinoco <[email protected]>
5*49cdfc7eSAndroid Build Coastguard Worker  */
6*49cdfc7eSAndroid Build Coastguard Worker 
7*49cdfc7eSAndroid Build Coastguard Worker #ifndef LAPI_FNMATCH_H__
8*49cdfc7eSAndroid Build Coastguard Worker #define LAPI_FNMATCH_H__
9*49cdfc7eSAndroid Build Coastguard Worker 
10*49cdfc7eSAndroid Build Coastguard Worker #ifndef FNM_EXTMATCH
11*49cdfc7eSAndroid Build Coastguard Worker #define FNM_EXTMATCH 0
12*49cdfc7eSAndroid Build Coastguard Worker #endif
13*49cdfc7eSAndroid Build Coastguard Worker 
14*49cdfc7eSAndroid Build Coastguard Worker #endif /* LAPI_FNMATCH_H__ */
15