Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / ace / os_include / os_stdbool.h
blob7cb2ae95a19f91f1667ed671f427bfe5790e33b2
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_stdbool.h
7 * boolean type and values
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_STDBOOL_H
15 #define ACE_OS_INCLUDE_OS_STDBOOL_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 #include /**/ <stdbool.h>
27 #include /**/ "ace/post.h"
28 #endif /* ACE_OS_INCLUDE_OS_STDBOOL_H */