3 //=============================================================================
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_TGMATH_H
15 #define ACE_OS_INCLUDE_OS_TGMATH_H
17 #include /**/ "ace/pre.h"
19 #include /**/ "ace/config-all.h"
21 #if !defined (ACE_LACKS_PRAGMA_ONCE)
23 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 #include "ace/os_include/os_math.h"
26 #include "ace/os_include/os_complex.h"
28 #if !defined (ACE_LACKS_TGMATH_H)
29 # include /**/ <tgmath.h>
30 #endif /* !ACE_LACKS_TGMATH_H */
32 #include /**/ "ace/post.h"
33 #endif /* ACE_OS_INCLUDE_OS_TGMATH_H */