]> www.ginac.de Git - cln.git/blobdiff - include/cln/config.h.in
Rework of autoconfiscation infrastructure
[cln.git] / include / cln / config.h.in
index 58b0f04de314268c491a4fed4086003b133e0af7..a126631dbbe1b7ae8ffa8e7a381036971d142600 100644 (file)
 #ifndef __ia64__
 #undef __ia64__
 #endif
+#ifndef __x86_64__
+#undef __x86_64__
+#endif
+#ifndef __s390__
+#undef __s390__
+#endif
 
 
 /* assembler syntax */
 
 /* compiler characteristics */
 
-/* CL_BOOL */
-/* Define if your compiler understands the bool type. */
-#undef HAVE_BOOL
-/* Define this as `int' if your compiler doesn't understand the bool type. */
-#undef bool
-
 /* CL_LONGLONG */
 /* Define if your compiler supports the `long long' type. */
 #undef HAVE_LONGLONG
 /* Define if your compiler supports the `long double' type. */
 #undef HAVE_LONGDOUBLE
 
-/* CL_TEMPLATE_NULL */
-/* Define if your compiler supports the `template <>' syntax. */
-#undef HAVE_TEMPLATE_NULL
-
 
 /* header files */
 
 /* Define if you have <unistd.h>. */
 #undef HAVE_UNISTD_H
 
+/* CL_GMP_SET_UINTD */
+/* Define one of the following so sizeof(uintD) matches sizeof(mp_limb_t). */
+#undef GMP_DEMANDS_UINTD_LONG_LONG
+#undef GMP_DEMANDS_UINTD_LONG
+#undef GMP_DEMANDS_UINTD_INT
+
 
 /* functions and declarations */