]> www.ginac.de Git - cln.git/blob - src/float/cl_float_config.h.in
Replace CL_REQUIRE/CL_PROVIDE(cl_DF_globals) with portable code.
[cln.git] / src / float / cl_float_config.h.in
1 // Defines OS dependent macros
2
3 #ifndef _CL_FLOAT_CONFIG_H
4 #define _CL_FLOAT_CONFIG_H
5
6 /* These definitions are adjusted by `configure' automatically. */
7
8
9 /* functions and declarations */
10
11 /* CL_FPU_CONTROL */
12 /* Define if you have <fpu_control.h> and it defines the fpu_control_t type. */
13 #undef HAVE_FPU_CONTROL_T
14 /* Define if you have <fpu_control.h> and it declares the __setfpucw()
15    function. */
16 #undef HAVE_SETFPUCW
17
18
19 #endif /* _CL_FLOAT_CONFIG_H */
20