]> www.ginac.de Git - ginac.git/blobdiff - config.h.in
- added checks for sizeof(long/long long/long double) for golden_hash_ratio()
[ginac.git] / config.h.in
index 68ccf3ce9e80e0e4ae6eefcf77c3184efcbdf0cd..355c317b1f63cd50fa882766dc63342515cab6b7 100644 (file)
@@ -9,6 +9,15 @@
 /* Define to the version of the distribution.  */
 #undef VERSION
 
+/* The number of bytes in a long.  */
+#undef SIZEOF_LONG
+
+/* The number of bytes in a long double.  */
+#undef SIZEOF_LONG_DOUBLE
+
+/* The number of bytes in a long long.  */
+#undef SIZEOF_LONG_LONG
+
 /* Define if you have the <CLN/cln.h> header file.  */
 #undef HAVE_CLN_CLN_H