]> www.ginac.de Git - cln.git/blobdiff - include/cln/config.h.in
Assume types 'long long int' and 'long double' exist.
[cln.git] / include / cln / config.h.in
index 511d534cb7d7ca240ad31705fbf120fbc56fb6cf..78215cea6b7a4d76c1e773f36e20db815bb9aa9b 100644 (file)
@@ -4,13 +4,6 @@
 #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
-
 /* 
  * Numbers in the heap are stored as "digit" (or "limb" in GMP speak)
  * sequences. A digit is an unsigned int with sizeof(void *)*CHAR_BIT bits.