]> www.ginac.de Git - ginac.git/blobdiff - config.h.in
- Fixed "unterminated sed command".
[ginac.git] / config.h.in
index 0d6a9fa6cdf533483e197a65e9d09dcf014e7704..985f298595500f3b55c9aa70939f7fb627f98e27 100644 (file)
@@ -3,6 +3,12 @@
 /* Define if lex declares yytext as a char * by default, not a char[].  */
 #undef YYTEXT_POINTER
 
+/* Current GiNaC archive file version number.  */
+#undef ARCHIVE_VERSION
+
+/* GiNaC archive file version age.  */
+#undef ARCHIVE_AGE
+
 /* The number of bytes in a long.  */
 #undef SIZEOF_LONG
 
 /* 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
+/* Define if you have the tgetent function.  */
+#undef HAVE_TGETENT
 
 /* 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 +45,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
 
@@ -57,9 +69,6 @@
 /* Define if you have the readline library (-lreadline).  */
 #undef HAVE_LIBREADLINE
 
-/* Define if you have the stdc++ library (-lstdc++).  */
-#undef HAVE_LIBSTDC__
-
 /* Name of package */
 #undef PACKAGE