X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=config.h.in;h=f4d7fb17e2aea485294d01eea54bdc018a4b308e;hp=355c317b1f63cd50fa882766dc63342515cab6b7;hb=55b0ef6395f7a15a351fc151600cea09df9dcc6b;hpb=d3d745cafe67c6e556ff140e2d2070535727770e diff --git a/config.h.in b/config.h.in index 355c317b..f4d7fb17 100644 --- a/config.h.in +++ b/config.h.in @@ -3,11 +3,11 @@ /* 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 /* The number of bytes in a long. */ #undef SIZEOF_LONG @@ -18,12 +18,12 @@ /* 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 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 @@ -42,6 +42,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 @@ -65,3 +68,10 @@ /* Define if you have the stdc++ library (-lstdc++). */ #undef HAVE_LIBSTDC__ + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION +