]> www.ginac.de Git - ginac.git/blobdiff - config.h.in
- Updated Cint status.
[ginac.git] / config.h.in
index 38c796ab5ae5403a5e28f9e22ae2afd5687f21fe..985f298595500f3b55c9aa70939f7fb627f98e27 100644 (file)
@@ -18,6 +18,9 @@
 /* The number of bytes in a long long.  */
 #undef SIZEOF_LONG_LONG
 
+/* 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 <map> header file.  */
 #undef HAVE_MAP
 
+/* Define if you have the <readline/history.h> header file.  */
+#undef HAVE_READLINE_HISTORY_H
+
+/* 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
 
@@ -60,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