]> www.ginac.de Git - cln.git/blob - include/cln/config.h.in
don't expose configure generated headers to users.
[cln.git] / include / cln / config.h.in
1 #ifdef _CL_CONFIG_PUBLIC_H
2
3 #include "cln/host_cpu.h"
4 #include "cln/version.h"
5
6 /* 
7  * FIXME: this should not be exposed to user. Or at least it should be
8  * renamed to CL_HAVE_LONGLONG or something like that.
9  */
10 /* compiler supports the `long long' type */
11 #undef HAVE_LONGLONG
12
13 #endif /* _CL_CONFIG_PUBLIC_H */
14