]> www.ginac.de Git - ginac.git/blobdiff - config.h.in
- Shit, I forgot to say autoconf, so the tag is messed up for the configure
[ginac.git] / config.h.in
index 2be7888b39a00d587bb4121155d9dd74608a959e..f4d7fb17e2aea485294d01eea54bdc018a4b308e 100644 (file)
@@ -3,21 +3,27 @@
 /* Define if lex declares yytext as a char * by default, not a char[].  */
 #undef YYTEXT_POINTER
 
-/* Define to the name of the distribution.  */
-#undef PACKAGE
+/* Current GiNaC archive file version number.  */
+#undef ARCHIVE_VERSION
 
-/* Define to the version of the distribution.  */
-#undef VERSION
+/* GiNaC archive file version age.  */
+#undef ARCHIVE_AGE
 
-/* Define if you have the strdup function.  */
-#undef HAVE_STRDUP
+/* The number of bytes in a long.  */
+#undef SIZEOF_LONG
 
-/* Define if you have the <CLN/cln.h> header file.  */
-#undef HAVE_CLN_CLN_H
+/* 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 <algorithm> header file.  */
 #undef HAVE_ALGORITHM
 
+/* Define if you have the <cln/cln.h> header file.  */
+#undef HAVE_CLN_CLN_H
+
 /* Define if you have the <iostream> header file.  */
 #undef HAVE_IOSTREAM
 
@@ -36,6 +42,9 @@
 /* Define if you have the <readline/readline.h> header file.  */
 #undef HAVE_READLINE_READLINE_H
 
+/* Define if you have the <sstream> header file.  */
+#undef HAVE_SSTREAM
+
 /* Define if you have the <stdexcept> header file.  */
 #undef HAVE_STDEXCEPT
 
 
 /* Define if you have the stdc++ library (-lstdc++).  */
 #undef HAVE_LIBSTDC__
+
+/* Name of package */
+#undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+