X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=config.h.in;h=8709ddce6e800509aff08042892ad1f8f4be92a2;hp=0d6a9fa6cdf533483e197a65e9d09dcf014e7704;hb=f6f99c4d47762da9e3d73a2f5ec6f062e82505b8;hpb=e3a31e67c124c989f68ccfe3803d394b7b0a832a diff --git a/config.h.in b/config.h.in index 0d6a9fa6..8709ddce 100644 --- a/config.h.in +++ b/config.h.in @@ -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 @@ -12,12 +18,15 @@ /* The number of bytes in a long long. */ #undef SIZEOF_LONG_LONG -/* Define if you have the header file. */ -#undef HAVE_CLN_CLN_H +/* Define if you have the tgetent function. */ +#undef HAVE_TGETENT /* Define if you have the header file. */ #undef HAVE_ALGORITHM +/* Define if you have the header file. */ +#undef HAVE_CLN_CLN_H + /* Define if you have the header file. */ #undef HAVE_IOSTREAM @@ -36,6 +45,9 @@ /* Define if you have the header file. */ #undef HAVE_READLINE_READLINE_H +/* Define if you have the header file. */ +#undef HAVE_SSTREAM + /* Define if you have the header file. */ #undef HAVE_STDEXCEPT