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

  1. #ifdef _CL_CONFIG_PUBLIC_H
  2. #include "cln/host_cpu.h"
  3. #include "cln/version.h"
  4. /*
  5. * FIXME: this should not be exposed to user. Or at least it should be
  6. * renamed to CL_HAVE_LONGLONG or something like that.
  7. */
  8. /* compiler supports the `long long' type */
  9. #undef HAVE_LONGLONG
  10. #endif /* _CL_CONFIG_PUBLIC_H */