X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=config.h.in;h=985f298595500f3b55c9aa70939f7fb627f98e27;hp=68ccf3ce9e80e0e4ae6eefcf77c3184efcbdf0cd;hb=6f0f98bfdbe19376536f058f41309e2fcd87df57;hpb=9b35043e6fb19831aefd02cbbf9f9ce0bacc3291;ds=sidebyside diff --git a/config.h.in b/config.h.in index 68ccf3ce..985f2985 100644 --- a/config.h.in +++ b/config.h.in @@ -3,18 +3,30 @@ /* 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 header file. */ -#undef HAVE_CLN_CLN_H +/* The number of bytes in a long. */ +#undef SIZEOF_LONG + +/* 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 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 @@ -33,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 @@ -54,5 +69,9 @@ /* 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 + +/* Version number of package */ +#undef VERSION +