00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 #ifndef ACE_OS_INCLUDE_OS_TGMATH_H
00017 #define ACE_OS_INCLUDE_OS_TGMATH_H
00018 
00019 #include  "ace/pre.h"
00020 
00021 #include  "ace/config-all.h"
00022 
00023 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00024 # pragma once
00025 #endif 
00026 
00027 #include "ace/os_include/os_math.h"
00028 #include "ace/os_include/os_complex.h"
00029 
00030 #if !defined (ACE_LACKS_TGMATH_H)
00031 #  include  <tgmath.h>
00032 #endif 
00033 
00034 
00035 #ifdef __cplusplus
00036 extern "C"
00037 {
00038 #endif 
00039 
00040 #ifdef __cplusplus
00041 }
00042 #endif 
00043 
00044 #include  "ace/post.h"
00045 #endif