You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
315 B
14 lines
315 B
#ifdef _CL_CONFIG_PUBLIC_H
|
|
|
|
#include "cln/host_cpu.h"
|
|
#include "cln/version.h"
|
|
|
|
/*
|
|
* FIXME: this should not be exposed to user. Or at least it should be
|
|
* renamed to CL_HAVE_LONGLONG or something like that.
|
|
*/
|
|
/* compiler supports the `long long' type */
|
|
#undef HAVE_LONGLONG
|
|
|
|
#endif /* _CL_CONFIG_PUBLIC_H */
|
|
|