]> www.ginac.de Git - cln.git/blob - src/base/cl_gmpconfig.h.in
* src/base/cl_macros.h: alloca(3) has size_t argument type.
[cln.git] / src / base / cl_gmpconfig.h.in
1 // Defines configuration dependent macros
2
3 #ifndef _CL_GMPCONFIG_H
4 #define _CL_GMPCONFIG_H
5
6 /* These definitions are adjusted by `configure' automatically. */
7
8
9 /* interfacing to GNU gmp */
10
11 /* Define if you wish to use the fast GNU gmp low-level functions. */
12 #undef CL_USE_GMP
13
14
15 #endif /* _CL_GMPCONFIG_H */
16