Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / ace / os_include / os_fnmatch.h
blob932e826bdb2f3994475ab5d31ae5e2904156f31d
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_fnmatch.h
7 * filename-matching types
9 * @author Don Hinton <dhinton@dresystems.com>
10 * @author This code was originally in various places including ace/OS.h.
12 //=============================================================================
14 #ifndef ACE_OS_INCLUDE_OS_FNMATCH_H
15 #define ACE_OS_INCLUDE_OS_FNMATCH_H
17 #include /**/ "ace/pre.h"
19 #include /**/ "ace/config-all.h"
21 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 # pragma once
23 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 #if !defined (ACE_LACKS_FNMATCH_H)
26 # include /**/ <fnmatch.h>
27 #endif /* !ACE_LACKS_FNMATCH_H */
29 #include /**/ "ace/post.h"
30 #endif /* ACE_OS_INCLUDE_OS_FNMATCH_H */