3 //=============================================================================
7 * floating-point environment
9 * $Id: os_fenv.h 80826 2008-03-04 14:51:23Z wotte $
11 * @author Don Hinton <dhinton@dresystems.com>
12 * @author This code was originally in various places including ace/OS.h.
14 //=============================================================================
16 #ifndef ACE_OS_INCLUDE_OS_FENV_H
17 #define ACE_OS_INCLUDE_OS_FENV_H
19 #include /**/ "ace/pre.h"
21 #include /**/ "ace/config-all.h"
23 #if !defined (ACE_LACKS_PRAGMA_ONCE)
25 #endif /* ACE_LACKS_PRAGMA_ONCE */
27 #if !defined (ACE_LACKS_FENV_H)
28 # include /**/ <fenv.h>
29 #endif /* !ACE_LACKS_FENV_H */
31 // Place all additions (especially function declarations) within extern "C" {}
35 #endif /* __cplusplus */
39 #endif /* __cplusplus */
41 #include /**/ "ace/post.h"
42 #endif /* ACE_OS_INCLUDE_OS_FENV_H */